| AfterDataObjectSaveEventArgs Constructor |
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic AfterDataObjectSaveEventArgs(
DataObject dataObject,
IObjectWithSystemName dataObjectType,
bool isNewDataObject,
DataObjectVersion prevVersion,
List<int> modifiedPropertyIds,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- dataObject
- Type: Omada.OE.ModelDataObject
- dataObjectType
- Type: Omada.OE.ModelIObjectWithSystemName
- isNewDataObject
- Type: SystemBoolean
- prevVersion
- Type: Omada.OE.ModelDataObjectVersion
- modifiedPropertyIds
- Type: System.Collections.GenericListInt32
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
See Also