The ICartellaGlobalManager type exposes the following members.

Methods

  NameDescription
Public methodGetSiteManager
Retrieves the ISiteManager associated with the current Session. If one does not exist, one is created
Public methodKillInstance
Kills an instance of SiteManager. If the SiteManager is authenticated, it will be unauthenticated first.
Public methodKillUserInstance
Killing the SiteManager instance with User Context (CurrentUserState) of given user ID.
Public methodSendLowUserLicenseReminder
Send an reminder email of Low available user licenses warning. The email is sent to all Site Admin users.
Public methodSendLowUserSeatReminder
Send an reminder email of Low available seat licenses warning. The email is sent to all Site Admin users.

Properties

  NameDescription
Public propertyEmailer
Get the Emailer object used for sending emails in background threads.
(Inherited from ICartellaEvents.)
Public propertyEntityPathManager
Public propertyLoggedInCount
Public propertyTotalUserCount
Public propertyValidationManager

Events

  NameDescription
Public eventAuthenticated
The Event triggered when a successful authentication is completed.
(Inherited from ICartellaEvents.)
Public eventLicenseAboutToExpire
The Event triggered when the license is about to expire.
(Inherited from ICartellaEvents.)
Public eventLicenseExpired
The Event triggered when the license expires.
(Inherited from ICartellaEvents.)
Public eventObjectCreated
The Event fired when a Cartella Object is created.
(Inherited from ICartellaEvents.)
Public eventObjectFullRecordRetrieved
The Event triggered when a partially-constructed Cartella object is retrieved in full. record during lazy loading
(Inherited from ICartellaEvents.)
Public eventObjectPreValidation
The event triggered prior to validation against default and extended rules.
(Inherited from ICartellaEvents.)
Public eventObjectsDeleted
The event fired when a list of deleted Cartella objects are deleted.
(Inherited from ICartellaEvents.)
Public eventObjectsPurged
The Event fired when a list of deleted Cartella Objects are purged.
(Inherited from ICartellaEvents.)
Public eventObjectUpdated
The Event triggered when a object is updated.
(Inherited from ICartellaEvents.)
Public eventPreAuthenticate
Triggered just prior to actual authentication.
(Inherited from ICartellaEvents.)
Public eventRelationAdded
the Event triggered when a target item is added to a relation.
(Inherited from ICartellaEvents.)
Public eventRelationMoved
The Event triggered when a target item's position is moved from one location to another.
(Inherited from ICartellaEvents.)
Public eventRelationRemoved
The Event triggered when a target item is removed from a relation.
(Inherited from ICartellaEvents.)
Public eventSessionIdNeeded
Public eventUnauthenticated
The Event triggered when a manual unauthentication is completed. (Doesn't include the scenario where the session times out by itself, since if there is no user inprocess session, ASP.NET doesn't know when a session has timed out.)
(Inherited from ICartellaEvents.)

See Also