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