Click or drag to resize
Infosoft Logo

ITermUnitTypeEntityService Interface

A base repository service for manipulating TermUnitType 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 ITermUnitTypeEntityService : ITermUnitTypeQueryService, 
	IBusinessService

The ITermUnitTypeEntityService type exposes the following members.

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