Initializes a new instance of the ChangeItem class using Guid, title, class name and end time.
public ChangeItem(string Guid, string Title, string ClassName, Int64 EndTime);
Parameters |
Description |
string Guid |
The Guid in string format of an AFD |
string Title |
The human-friendly name of AFD or penlet |
string ClassName |
The fully-qualified class name of a penlet |
Int64 EndTime |
The RTC time of the last stroke (for an AFD), or the last data saved (for a penlet) See ChangeItem.EndTime. |