PersistentObjectStorage<T> Events
Represents a base class for the storage of persistent objects (appointments and resources).
Name | Description |
---|---|
Auto |
Occurs when persistent object data is automatically fetched from the data source; allows cancelling data loading. |
Filter |
Occurs when the Persistent |
Mappings |
Occurs when the field name of any object mapping in the storage is changed. |
Object |
Occurs when a persistent object in the storage is changed. |
Object |
Occurs before a persistent object in the storage is changed and allows you to cancel changes. |
Object |
Occurs when a collection of persistent objects in the storage is cleared. |
Object |
Occurs when persistent objects are loaded from the data source into the storage. |
Object |
Occurs when a persistent object is deleted from the storage. |
Object |
Occurs before a persistent object is deleted from the storage and allows you to cancel deletion. |
Object |
Occurs when a persistent object is inserted into the storage. |
Object |
Occurs before a persistent object is inserted into the storage and allows you to cancel insertion. |
See Also