ITransaction |
public interface ITransactionStateEntityService : ITransactionStateQueryService, IBusinessService
The ITransactionStateEntityService type exposes the following members.
Name | Description | |
---|---|---|
Create | Creates a new TransactionState | |
Delete | Deletes the specified TransactionState. | |
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) | |
Update | Updates the specified TransactionState |