Click or drag to resize
Infosoft Logo

IDistributionInterchangeEntityService Interface

A base repository service for manipulating DistributionInterchange 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 IDistributionInterchangeEntityService : IDistributionInterchangeQueryService, 
	IBusinessService

The IDistributionInterchangeEntityService type exposes the following members.

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