Click or drag to resize
Infosoft Logo

IInterchangeLogEntityService Interface

A base repository service for manipulating InterchangeLog 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 IInterchangeLogEntityService : IInterchangeLogQueryService, 
	IBusinessService

The IInterchangeLogEntityService type exposes the following members.

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