Initializing help system before first use

XPRMList Properties

The XPRMList type exposes the following members.

Properties
  Name Description
Public property Count
Return count of items in the list
Public property IsDynamic
Check whether the list is dynamic
Public property IsEmpty
Check whether the list is empty
Public property IsInitialised
Check whether the set has been initialised. Objects are initialised during model execution. Trying to access a Mosel object that has not been created will result on an exception.
(Overrides XPRMValueIsInitialised.)
Public property IsSynchronized
Gets a value indicated whether access to the ICollection is synchronized (threadsafe)
Public property Model
Used to fetch the XPRM model to which this object belongs, or else 'null' if there is no model anywhere among this Object's ancestors.
(Inherited from XPRMObjectBase.)
Public property Owner
Used to fetch the XPRM object to which this object belongs
(Inherited from XPRMObjectBase.)
Public property StructCode (Inherited from XPRMTypedObject.)
Public property StructName (Inherited from XPRMTypedObject.)
Public property SyncRoot
Gets an object that can be used to synchronize access to the ICollection.
Public property Type (Inherited from XPRMTypedObject.)
Public property TypeCode (Inherited from XPRMTypedObject.)
Public property TypeName (Inherited from XPRMTypedObject.)
Top
See Also