AfterUserSaveEventArgs Class |
Namespace: Omada.OE.AppLogic
public class AfterUserSaveEventArgs : AfterDataObjectSaveEventArgs
The AfterUserSaveEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | AfterUserSaveEventArgs |
Class is being constructed with the User object.
|
Name | Description | |
---|---|---|
![]() | DataObj | (Inherited from AfterDataObjectSaveEventArgs.) |
![]() | DataObject |
The IDataObject being saved.
(Inherited from AfterDataObjectSaveEventArgs.) |
![]() | DataObjectId |
Id of data object that was saved.
(Inherited from AfterDataObjectSaveEventArgs.) |
![]() | DataObjectType | (Inherited from AfterDataObjectSaveEventArgs.) |
![]() | DataObjectTypeId |
The TypeId of the DataObject being saved.
(Inherited from AfterDataObjectSaveEventArgs.) |
![]() | DataObjectTypeUId |
The UId of the DataObjectType of the DataObject that has been saved.
(Inherited from AfterDataObjectSaveEventArgs.) |
![]() | DbConnection |
The current database connection.
(Inherited from AppEventArgs.) |
![]() | DbTransaction |
The current database transaction.
(Inherited from AppEventArgs.) |
![]() | Factory | (Inherited from AppEventArgs.) |
![]() | IsNewDataObject |
Is True when its a dataobject is being saved for the first time.
(Inherited from AfterDataObjectSaveEventArgs.) |
![]() | ModifiedProperties |
Contains system names of the properties that were changed.
Properties w. log are excluded.
Is null if IsNewDataObject == true.
(Inherited from AfterDataObjectSaveEventArgs.) |
![]() | ModifiedPropertyIds |
Contains ids of the properties that were changed.
Properties w. log are excluded.
Is null if IsNewDataObject == true.
(Inherited from AfterDataObjectSaveEventArgs.) |
![]() | Previous |
A representation of how the data object appeared before it was changed.
Is null if it is a new data object being saved.
(Inherited from AfterDataObjectSaveEventArgs.) |
![]() | PreviousVersionId |
Contains the id of the previous data object version.
Is 0 if IsNewDataObject == true.
(Inherited from AfterDataObjectSaveEventArgs.) |
![]() | User |
User object being saved.
|
Name | Description | |
---|---|---|
![]() | ToString | (Overrides AfterDataObjectSaveEventArgsToString.) |
Name | Description | |
---|---|---|
![]() | ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) |
![]() | ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) |
![]() | ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |