Click or drag to resize
Infosoft Logo

ICorporateAgreementTermEntityService Interface

A base repository service for manipulating CorporateAgreementTerm 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 ICorporateAgreementTermEntityService : ICorporateAgreementTermQueryService, 
	IBusinessService

The ICorporateAgreementTermEntityService type exposes the following members.

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