public interface IHistoryRecord
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
Date |
changeDate()
The change date according to database server.
|
String |
changer()
The name of the user who made the change.
|
String |
fieldName()
The name of the changed field.
|
Object |
itemKey()
Not implemented.
|
Object |
newValue()
The value after the change.
|
String fieldName()
The name of the changed field.
Getter method for the COM property "FieldName"
Date changeDate()
The change date according to database server.
Getter method for the COM property "ChangeDate"
String changer()
The name of the user who made the change.
Getter method for the COM property "Changer"
Object newValue()
The value after the change.
Getter method for the COM property "NewValue"
Object itemKey()
Not implemented.
Getter method for the COM property "ItemKey"
Copyright © 2020. All rights reserved.