The IForumTopicManager type exposes the following members.

Properties

  NameDescription
Public propertyCurrentUserState
Retrieve the on-going state for logged-in user. If nobody logged in, return null
(Inherited from ICartellaObjectManager<(Of <(<'T>)>)>.)
Public propertyDeletedObjects
Retrieve the array of objects that has been marked for deletion.
(Inherited from ICartellaObjectManager<(Of <(<'T>)>)>.)
Public propertyEntityItemType
Get the entity type this entity manager is in charge of
(Inherited from IEntityManager<(Of <(<'T>)>)>.)
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
(Inherited from ICartellaObjectManager<(Of <(<'T>)>)>.)
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.
(Inherited from ICartellaObjectManager<(Of <(<'T>)>)>.)
Public propertyProcedure_Delete
Get the delete procedure delegate for the manager
(Inherited from ICartellaObjectManager<(Of <(<'T>)>)>.)
Public propertyProcedure_Insert
Get the insert procedure delegate for the manager
(Inherited from ICartellaObjectManager<(Of <(<'T>)>)>.)
Public propertyProcedure_Purge
Get the purge procedure delegate for the manager
(Inherited from ICartellaObjectManager<(Of <(<'T>)>)>.)
Public propertyProcedure_Restore
Get the restore procedure delegate for the manager
(Inherited from ICartellaObjectManager<(Of <(<'T>)>)>.)
Public propertyProcedure_SelectMultiple
Get the select-multiple procedure delegate for the manager
(Inherited from ICartellaObjectManager<(Of <(<'T>)>)>.)
Public propertyProcedure_SelectSingle
Get the select-single procedure delegate for the manager
(Inherited from ICartellaObjectManager<(Of <(<'T>)>)>.)
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.
(Inherited from ICartellaObjectManager<(Of <(<'T>)>)>.)
Public propertySiteManager
Get the SiteManager for this manager.
(Inherited from IManager.)

See Also