| IDriverTransactionManager Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.Drivers
The IDriverTransactionManager type exposes the following members.
| Name | Description | ||
|---|---|---|---|
| void | DeleteAllDriverTransactions |
Delete all historical driver transactions
| |
| void | DeleteAllDriverTransactions(Int64) |
Delete all historical driver transactions for the specified driver
| |
| IDriverTransactionDetails | Details(Int64) |
Get details for entity with specified Id
(Inherited from IDetailsableT.) | |
| IPaginationT | Filter(TFilterDtoInterface, PaginationRequestTDToInterface) |
Searches for entities using a filter and returnes a pagination based on the supplied request
(Inherited from IFilterableTDToInterface, TFilterDtoInterface.) |