Click or drag to resize

AfterDataObjectSaveEventArgs Class

EventArgs class for the AfterDataObjectSave 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 AfterDataObjectSaveEventArgs : AppEventArgs

The AfterDataObjectSaveEventArgs type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyDataObj
Public propertyDataObject
The IDataObject being saved.
Public propertyDataObjectId
Id of data object that was saved.
Public propertyDataObjectType
Public propertyDataObjectTypeId
The TypeId of the DataObject being saved.
Public propertyDataObjectTypeUId
The UId of the DataObjectType of the DataObject that has been saved.
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.
Public propertyModifiedProperties
Contains system names of the properties that were changed. Properties w. log are excluded. Is null if IsNewDataObject == true.
Public propertyModifiedPropertyIds
Contains ids of the properties that were changed. Properties w. log are excluded. Is null if IsNewDataObject == true.
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.
Public propertyPreviousVersionId
Contains the id of the previous data object version. Is 0 if IsNewDataObject == true.
Top
Methods
  NameDescription
Public methodToString
Used in the event trace feature
(Overrides ObjectToString.)
Top
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