The ISubscriptionManager type exposes the following members.
Properties
Name | Description | |
---|---|---|
CurrentUserState |
Retrieve the on-going state for logged-in user.
If nobody logged in, return null
(Inherited from ICartellaObjectManager<(Of <(<'T>)>)>.) | |
DeletedObjects |
Retrieve the array of objects that has been marked for deletion.
(Inherited from ICartellaObjectManager<(Of <(<'T>)>)>.) | |
ExecutingDataProcedures |
Get the collection of all procedures involving the manager, its object type,
and cartella relations with its object type as owner type.
Readonly
(Inherited from ICartellaObjectManager<(Of <(<'T>)>)>.) | |
ObjectType |
Return the CartellaObject Type this manager is in charge of managing
(Inherited from IManager.) | |
PermanentDeleteByDefault |
Get the object deletion setting of this manager object, if it will delete object permenants.
The value differs by object types.
(Inherited from ICartellaObjectManager<(Of <(<'T>)>)>.) | |
Procedure_Delete |
Get the delete procedure delegate for the manager
(Inherited from ICartellaObjectManager<(Of <(<'T>)>)>.) | |
Procedure_Insert |
Get the insert procedure delegate for the manager
(Inherited from ICartellaObjectManager<(Of <(<'T>)>)>.) | |
Procedure_Purge |
Get the purge procedure delegate for the manager
(Inherited from ICartellaObjectManager<(Of <(<'T>)>)>.) | |
Procedure_Restore |
Get the restore procedure delegate for the manager
(Inherited from ICartellaObjectManager<(Of <(<'T>)>)>.) | |
Procedure_SelectMultiple |
Get the select-multiple procedure delegate for the manager
(Inherited from ICartellaObjectManager<(Of <(<'T>)>)>.) | |
Procedure_SelectSingle |
Get the select-single procedure delegate for the manager
(Inherited from ICartellaObjectManager<(Of <(<'T>)>)>.) | |
ReadOnly |
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.
(Inherited from ICartellaObjectManager<(Of <(<'T>)>)>.) | |
SiteManager |
Get the SiteManager for this manager.
(Inherited from IManager.) |