abstract class %CSP.Portal.AbstractPortalModel
Base class for models that are used in the portal by subclasses of %CSP.Portal.SourceControl.Base.
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
2
|
|
|
|
|
|
property ReadOnly
as %Integer(XMLPROJECTION="NONE") [ InitialExpression = 0,Transient ];
Flag to indicate whether the current object should be handled in ReadOnly mode.
A value of 1 indicates that the class could not be locked.
A value of 2 indicates that the source control framework indicated that the document is ReadOnly.
property Timestamp
as %TimeStamp(XMLPROJECTION="NONE") [ Transient ];
The most recent time that the underlying class definition was changed.