Click or drag to resize
Infosoft Logo

IExternalChangeTypeEntityService Interface

A base repository service for manipulating ExternalChangeType 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 IExternalChangeTypeEntityService : IExternalChangeTypeQueryService, 
	IBusinessService

The IExternalChangeTypeEntityService type exposes the following members.

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