Click or drag to resize
Infosoft Logo

IQueryStatementEntityService Interface

A base repository service for manipulating QueryStatement 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 IQueryStatementEntityService : IQueryStatementQueryService, 
	IBusinessService

The IQueryStatementEntityService type exposes the following members.

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