| BeforeDataObjectSaveEventArgs Constructor |
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic BeforeDataObjectSaveEventArgs(
DataObject dataObject,
bool isNewDataObject,
DataObjectVersion prevVersion,
List<BasicPropertyInfo> modifiedProperties,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- dataObject
- Type: Omada.OE.ModelDataObject
- isNewDataObject
- Type: SystemBoolean
- prevVersion
- Type: Omada.OE.ModelDataObjectVersion
- modifiedProperties
- Type: System.Collections.GenericListBasicPropertyInfo
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
See Also