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