Click or drag to resize
Infosoft Logo

ISearchEntityService Interface

A base repository service for manipulating Search 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 ISearchEntityService : ISearchQueryService, 
	IBusinessService

The ISearchEntityService type exposes the following members.

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