persistent class %WebStress.Utils.Version
extends %Persistent
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
4
|
|
|
|
|
|
property SavedDate
as %Date [ Final ];
This is the date that the data was changed/saved on.
property SavedTime
as %Time [ Final ];
This is the time that the data was changed/saved on.
property SyncSave
as %Boolean [ Transient ];
This property is used to ensure that the version is not incremented when synchronisation takes place
property Version
as %Integer;
This is the version number of the saved object. This is used to synchronise across systems