Skip to main content

%CSP.Portal.AbstractPortalModel

abstract class %CSP.Portal.AbstractPortalModel

Base class for models that are used in the portal by subclasses of %CSP.Portal.SourceControl.Base.

Property Inventory

Properties

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 methods: ReadOnlyDisplayToLogical(), ReadOnlyGet(), ReadOnlyIsValid(), ReadOnlyLogicalToDisplay(), ReadOnlyNormalize(), ReadOnlySet()
property Timestamp as %TimeStamp (XMLPROJECTION = "NONE") [ Transient ];
The most recent time that the underlying class definition was changed.
Property methods: TimestampDisplayToLogical(), TimestampGet(), TimestampIsValid(), TimestampLogicalToDisplay(), TimestampNormalize(), TimestampOdbcToLogical(), TimestampSet()

Subclasses

FeedbackOpens in a new tab