Click or drag to resize
Infosoft Logo

IDistributionInterchangeService Interface

Service for manipulating DistributionInterchange entities in the database.

Namespace: Infosoft.Common.Contracts.ServiceContracts
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax

The IDistributionInterchangeService type exposes the following members.

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