DataTypeService Notifications
The DataTypeService class implements IDataTypeService. It provides access to operations involving IDataType.
Notification | Members | Description |
---|---|---|
DataTypeSavingNotification |
| Published when DataTypeService.Save is called in the API.
SavedEntities: Gets the collection of IDataType objects being saved. |
DataTypeSavedNotification |
| Published when DataTypeService.Save is called in the API and after data has been persisted. NOTE: See here on how to determine if the entity is brand new
SavedEntities: Gets the saved collection of IDataType objects. |
DataTypeDeletingNotification |
| Published when DataTypeService.Delete is called in the API.
DeletedEntities: Gets the collection of IDataType objects being deleted. |
DataTypeDeletedNotification |
| Published when DataTypeService.Delete is called in the API, after the IDataType objects has been deleted.
DeletedEntities: Gets the collection of deleted IDataType objects. |
DataTypeMovingNotification |
| Published when IDataTypeService.Move is called in the API.
MoveInfoCollection will for each moving entity provide:
|
DataTypeMovedNotification |
| Published when IDataTypeService.Move is called in the API, after the IDataType has been moved.
MoveInfoCollection will for each moving entity provide:
|
Last modified 1mo ago