Click or drag to resize

AfterUserSaveEventArgs Class

EventArgs class for the AfterUserSave event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Omada.OE.AppLogicAppEventArgs
      Omada.OE.AppLogicAfterDataObjectSaveEventArgs
        Omada.OE.AppLogicAfterUserSaveEventArgs

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public class AfterUserSaveEventArgs : AfterDataObjectSaveEventArgs

The AfterUserSaveEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodAfterUserSaveEventArgs
Class is being constructed with the User object.
Top
Properties
  NameDescription
Public propertyDataObj (Inherited from AfterDataObjectSaveEventArgs.)
Public propertyDataObject
The IDataObject being saved.
(Inherited from AfterDataObjectSaveEventArgs.)
Public propertyDataObjectId
Id of data object that was saved.
(Inherited from AfterDataObjectSaveEventArgs.)
Public propertyDataObjectType (Inherited from AfterDataObjectSaveEventArgs.)
Public propertyDataObjectTypeId
The TypeId of the DataObject being saved.
(Inherited from AfterDataObjectSaveEventArgs.)
Public propertyDataObjectTypeUId
The UId of the DataObjectType of the DataObject that has been saved.
(Inherited from AfterDataObjectSaveEventArgs.)
Public propertyDbConnection
The current database connection.
(Inherited from AppEventArgs.)
Public propertyDbTransaction
The current database transaction.
(Inherited from AppEventArgs.)
Public propertyFactory
(Inherited from AppEventArgs.)
Public propertyIsNewDataObject
Is True when its a dataobject is being saved for the first time.
(Inherited from AfterDataObjectSaveEventArgs.)
Public propertyModifiedProperties
Contains system names of the properties that were changed. Properties w. log are excluded. Is null if IsNewDataObject == true.
(Inherited from AfterDataObjectSaveEventArgs.)
Public propertyModifiedPropertyIds
Contains ids of the properties that were changed. Properties w. log are excluded. Is null if IsNewDataObject == true.
(Inherited from AfterDataObjectSaveEventArgs.)
Public propertyPrevious
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.)
Public propertyPreviousVersionId
Contains the id of the previous data object version. Is 0 if IsNewDataObject == true.
(Inherited from AfterDataObjectSaveEventArgs.)
Public propertyUser
User object being saved.
Top
Methods
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also