FromXMLFile | Sets the object's properties using data from an XML file.
The XML file can be created using the object's ToXMLFile method. |
FromXMLString | Sets the object's properties using data from an XML string.
The XML string can be created using the object's ToXMLString method. |
GetXMLSchema | Returns the XML schema for the XML generated by the ToXMLFile and ToXMLString methods. |
ToXMLFile | Creates an XML file that represents the object. |
ToXMLString | Creates and returns an XML string that represents the object. |
ArrayOffset | The array table in which the changed data is located.
Field name: OffSet. |
ChangedField | The field that was changed. Field name: FieldName. |
Date | The date on which the change was made. Field name: UpdateDate. |
LineNumber | The document line to which you have made changes.
Field name: LineNum. |
NewValue | Value of the field after the change. Field name: NewValue. |
OldValue | Value of the field before the change. Field name: OldValue. |
UserName | The name of the user who made this change.
Field name: UserName. |