ITransaction |
public interface ITransactionStateService : ITransactionStateQueryService, IBusinessService
The ITransactionStateService type exposes the following members.
Name | Description | |
---|---|---|
Get |
Gets a list of TransactionStates matching the specified filter.
(Inherited from ITransactionStateQueryService) | |
GetAll |
Gets all TransactionStates
(Inherited from ITransactionStateQueryService) | |
GetSingle |
Gets a single TransactionState matching the provided filter.
(Inherited from ITransactionStateQueryService) |