The ICartellaGlobalManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | GetSiteManager |
Retrieves the ISiteManager associated with the current Session. If one does not exist, one is created
|
![]() | KillInstance |
Kills an instance of SiteManager.
If the SiteManager is authenticated, it will be unauthenticated first.
|
![]() | KillUserInstance |
Killing the SiteManager instance with User Context (CurrentUserState)
of given user ID.
|
![]() | SendLowUserLicenseReminder |
Send an reminder email of Low available user licenses warning.
The email is sent to all Site Admin users.
|
![]() | SendLowUserSeatReminder |
Send an reminder email of Low available seat licenses warning.
The email is sent to all Site Admin users.
|
Properties
Name | Description | |
---|---|---|
![]() | Emailer |
Get the Emailer object used for sending
emails in background threads.
(Inherited from ICartellaEvents.) |
![]() | EntityPathManager | |
![]() | LoggedInCount | |
![]() | TotalUserCount | |
![]() | ValidationManager |
Events
Name | Description | |
---|---|---|
![]() | Authenticated |
The Event triggered when a successful authentication is completed.
(Inherited from ICartellaEvents.) |
![]() | LicenseAboutToExpire |
The Event triggered when the license is about to expire.
(Inherited from ICartellaEvents.) |
![]() | LicenseExpired |
The Event triggered when the license expires.
(Inherited from ICartellaEvents.) |
![]() | ObjectCreated |
The Event fired when a Cartella Object is created.
(Inherited from ICartellaEvents.) |
![]() | ObjectFullRecordRetrieved |
The Event triggered when a partially-constructed Cartella object is retrieved in full.
record during lazy loading
(Inherited from ICartellaEvents.) |
![]() | ObjectPreValidation |
The event triggered prior to validation against default and extended rules.
(Inherited from ICartellaEvents.) |
![]() | ObjectsDeleted |
The event fired when a list of deleted Cartella objects are deleted.
(Inherited from ICartellaEvents.) |
![]() | ObjectsPurged |
The Event fired when a list of deleted Cartella Objects are purged.
(Inherited from ICartellaEvents.) |
![]() | ObjectUpdated |
The Event triggered when a object is updated.
(Inherited from ICartellaEvents.) |
![]() | PreAuthenticate |
Triggered just prior to actual authentication.
(Inherited from ICartellaEvents.) |
![]() | RelationAdded |
the Event triggered when a target item is added to a relation.
(Inherited from ICartellaEvents.) |
![]() | RelationMoved |
The Event triggered when a target item's position is moved from one location to another.
(Inherited from ICartellaEvents.) |
![]() | RelationRemoved |
The Event triggered when a target item is removed from a relation.
(Inherited from ICartellaEvents.) |
![]() | SessionIdNeeded | |
![]() | Unauthenticated |
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.) |