Click or drag to resize
Infosoft Logo

ISearchStatementEntityService Interface

A base repository service for manipulating SearchStatement 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 ISearchStatementEntityService : ISearchStatementQueryService, 
	IBusinessService

The ISearchStatementEntityService type exposes the following members.

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