public interface IBPHistoryRecord
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
String |
changer()
The user name of the user who changed the record.
|
String |
description()
The description of the record.
|
String |
time()
The time stamp according to the database server clock.
|
String |
toXmlString()
Returns the record in XML format.
|
String description()
The description of the record.
Getter method for the COM property "Description"
String time()
The time stamp according to the database server clock.
Getter method for the COM property "Time"
String changer()
The user name of the user who changed the record.
Getter method for the COM property "Changer"
String toXmlString()
Returns the record in XML format.
Copyright © 2020. All rights reserved.