The ICartellaGlobalManager type exposes the following members.
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.) |