Click or drag to resize
Infosoft Logo

IQueryResultEntityService Interface

A base repository service for manipulating QueryResult 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 IQueryResultEntityService : IQueryResultQueryService, 
	IBusinessService

The IQueryResultEntityService type exposes the following members.

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