| TCollectionItemAddedArgs |
Event arguments passed to the OnCollectionItemAdded callback when an item is added to an association collection.
|
| TCollectionItemArgs |
Base class for event argument objects related to collection (association list) item changes.
|
| TCollectionItemRemovedArgs |
Event arguments passed to the OnCollectionItemRemoved callback when an item is removed from an association collection.
|
| TDeletedArgs |
Event arguments passed to the OnDeleted callback after an entity has been deleted.
|
| TDeletingArgs |
Event arguments passed to the OnDeleting callback before an entity is deleted.
|
| TEntityArgs |
Base class for event argument objects that carry a reference to the affected entity.
|
| TInsertedArgs |
Event arguments passed to the OnInserted callback after an entity has been inserted.
|
| TInsertingArgs |
Event arguments passed to the OnInserting callback before an entity is inserted.
|
| TManagerArgs |
Base class for all event argument objects passed to TManagerEvents callbacks.
|
| TManagerEvents |
Provides entity lifecycle and SQL execution events for an Aurelius mapping model.
|
| TSQLExecutingArgs |
Event arguments passed to the OnSQLExecuting callback before a SQL statement is executed.
|
| TUpdatedArgs |
Event arguments passed to the OnUpdated callback after an entity has been updated.
|
| TUpdatingArgs |
Event arguments passed to the OnUpdating callback before an entity is updated.
|