Ado |
The AdoAuditRepositoryService type exposes the following members.
| Name | Description | |
|---|---|---|
| AdoAuditRepositoryService | Create new audit repository service |
| Name | Description | |
|---|---|---|
| BackupPriority | Get the priority of the backup job (higher priority gets placed into thebackup file first) | |
| Provider | Get the provider | |
| QueryPersistence | Gets the instance of the query persistence service | |
| ServiceName | Gets the service name |
| Name | Description | |
|---|---|---|
| Count | Return a count of audits matching the query | |
| Delete | Obsolete the audit - Not supported | |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| ExecuteQueryOrm | Execute a query for the specified model with query identifier returning the results | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| Get(DataContext, Guid) | Get the specified audit | |
| Get(Guid, NullableGuid, IPrincipal) | Gets the specified object by identifier | |
| GetBackupAssets | Get the backup asset | |
| GetCurrentVersionFilter | Return sql statement for version filter | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| Insert | Insert the specified audit into the database | |
| MapExpressionTReturn | Map to a database sort expression | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| Obsolete | Obsolete the audit - Not supported | |
| Query(ExpressionFuncAuditEventData, Boolean, IPrincipal) | Execute a query | |
| Query(ExpressionFuncAuditEventData, Boolean, Int32, NullableInt32, Int32, IPrincipal, ModelSortAuditEventData) | Executes a query for the specified objects | |
| ToModelInstance | Map to model instance | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| Update | Update the audit - Not supported |
| Name | Description | |
|---|---|---|
| Deleted | Occurs when obsoleted. | |
| Deleting | Occurs when obsoleting. | |
| Inserted | Fired when data is has been inserted | |
| Inserting | Fired when data is being inserted | |
| Obsoleted | Fired when data is has been inserted | |
| Obsoleting | Fired when data is being obsoleted | |
| Queried | Occurs when queried. | |
| Querying | Occurs when querying. | |
| Retrieved | Fired when data has been retrieved | |
| Retrieving | Data is being retrieved | |
| Updated | Fired when data is has been inserted | |
| Updating | Fired when data is being updated |
| Name | Description | |
|---|---|---|
| ConvertTReturn |
The purpose of this method is to convert object me to TReturn. Why?
Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast
so we have to copy.
(Defined by ExtensionMethods) | |
| WithControl |
With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions) |