| TEntityDeletedArgs |
Arguments of the event fired right after an entity is deleted from the database. |
| TEntityDeletingArgs |
Arguments of the event fired right before an entity is deleted from the database. |
| TEntityGetArgs |
Arguments of the event fired after an entity is retrieved, right before it is sent to the client.
|
| TEntityInsertedArgs |
Arguments of the event fired right after an entity is inserted in the database. |
| TEntityInsertingArgs |
Arguments of the event fired right before an entity is inserted in the database. |
| TEntityListArgs |
Arguments of the event fired when the client queries an entity collection. |
| TEntityModifiedArgs |
Arguments of the event fired right after an entity is updated in the database. |
| TEntityModifyingArgs |
Arguments of the event fired right before an entity is updated in the database. |
| TManagerCreateArgs |
Arguments of the event fired when an object manager is created to process a request. |
| TModuleExceptionArgs |
Arguments of the event fired when an exception is raised while processing a request. |
| TXDataEntityArgs |
Base class for the arguments of events that refer to a single entity. |
| TXDataModuleArgs |
Base class for the argument objects passed to the XData server-side events. |
| TXDataModuleEvents |
Container of the server-side events of an XData server module, available through its TXDataServerModule.Events property.
|