The ICartellaObjectManager<(Of <(<'T>)>)> type exposes the following members.

Properties

  NameDescription
Public propertyCurrentUserState
Retrieve the on-going state for logged-in user. If nobody logged in, return null
Public propertyDeletedObjects
Retrieve the array of objects that has been marked for deletion.
Public propertyExecutingDataProcedures
Get the collection of all procedures involving the manager, its object type, and cartella relations with its object type as owner type. Readonly
Public propertyObjectType
Return the CartellaObject Type this manager is in charge of managing
(Inherited from IManager.)
Public propertyPermanentDeleteByDefault
Get the object deletion setting of this manager object, if it will delete object permenants. The value differs by object types.
Public propertyProcedure_Delete
Get the delete procedure delegate for the manager
Public propertyProcedure_Insert
Get the insert procedure delegate for the manager
Public propertyProcedure_Purge
Get the purge procedure delegate for the manager
Public propertyProcedure_Restore
Get the restore procedure delegate for the manager
Public propertyProcedure_SelectMultiple
Get the select-multiple procedure delegate for the manager
Public propertyProcedure_SelectSingle
Get the select-single procedure delegate for the manager
Public propertyReadOnly
The manager is read-only, if it cannot create, delete, remove, purge, restore objects. Read-only manager is only in charge of selecting objects and relations. Returns true if the manager is read-only.
Public propertySiteManager
Get the SiteManager for this manager.
(Inherited from IManager.)

See Also