Skip to main content

%WebStress.Utils.Version

Class %WebStress.Utils.Version Extends %Persistent [ Owner = {%Developer}, System = 4 ]

Properties

SavedDate

Property SavedDate As %Date [ Final ];

This is the date that the data was changed/saved on.

SavedTime

Property SavedTime As %Time [ Final ];

This is the time that the data was changed/saved on.

Version

Property Version As %Integer;

This is the version number of the saved object. This is used to synchronise across systems

SyncSave

Property SyncSave As %Boolean [ Transient ];

This property is used to ensure that the version is not incremented when synchronisation takes place

Methods

%OnAddToSaveSet

Method %OnAddToSaveSet(depth As %Integer = 3, insert As %Integer = 0, callcount As %Integer = 0) As %Status [ CodeMode = generator, Private, ProcedureBlock = 1 ]