IStatement | |
public interface IStatementEntityService : IStatementQueryService, IBusinessService
The IStatementEntityService type exposes the following members.
| Name | Description | |
|---|---|---|
| Create | Creates a new Statement | |
| Delete | Deletes the specified Statement. | |
| Get | 
            Gets a list of Statements matching the specified filter.
             (Inherited from IStatementQueryService)  | |
| GetAll | 
            Gets all Statements
             (Inherited from IStatementQueryService)  | |
| GetSingle | 
            Gets a single Statement matching the provided filter.
             (Inherited from IStatementQueryService)  | |
| Update | Updates the specified Statement |