Click or drag to resize
Infosoft Logo

ITitleEntityService Interface

A base repository service for manipulating Title 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 ITitleEntityService : ITitleQueryService, 
	IBusinessService

The ITitleEntityService type exposes the following members.

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