Click or drag to resize
Infosoft Logo

IQueryCriteriaEntityService Interface

A base repository service for manipulating QueryCriteria entities in the database.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Entities
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface IQueryCriteriaEntityService : IQueryCriteriaQueryService, 
	IBusinessService

The IQueryCriteriaEntityService type exposes the following members.

Methods
 NameDescription
Public methodCreate Creates a new QueryCriteria
Public methodDelete Deletes the specified QueryCriteria.
Public methodGet Gets a list of QueryCriterias matching the specified filter.
(Inherited from IQueryCriteriaQueryService)
Public methodGetAll Gets all QueryCriterias
(Inherited from IQueryCriteriaQueryService)
Public methodGetSingle Gets a single QueryCriteria matching the provided filter.
(Inherited from IQueryCriteriaQueryService)
Public methodUpdate Updates the specified QueryCriteria
Top
See Also