Click or drag to resize
Infosoft Logo

DelayTransaction Class

Contains a class that represents the Dimaps INF transaction, which is a delay in the delivery.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.DataContracts.DistributionIntegration.DimapsDiMapsTransaction
    Infosoft.Common.Contracts.DataContracts.DistributionIntegration.DimapsDelayTransaction

Namespace: Infosoft.Common.Contracts.DataContracts.DistributionIntegration.Dimaps
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class DelayTransaction : DiMapsTransaction, 
	IDiMapsTransaction

The DelayTransaction type exposes the following members.

Properties
 NameDescription
Public propertyAnnulment Gets or sets a value indicating whether this DelayTransaction is annulment.
Public propertyCustomerNumber Gets the customer the transaction relates to (if any). Typically relevant for complaints, and delivery start/stops.
(Inherited from DiMapsTransaction)
Public propertyDate Gets or sets the date.
Public propertyDelayCode Gets or sets the delay code.
Public propertyDirection Gets the direction relative to the Infosystems suite (i.e. incomming for transactions that should be imported, and outgoing for transactions that should be written to file for shipping to DiMaps).
(Overrides DiMapsTransactionDirection)
Public propertyEndtime Gets or sets the endtime.
Public propertyRegistrationDate Gets or sets the registration date.
Public propertyRoute Gets or sets the route.
Public propertyText Gets or sets the description.
Public propertyTitleCode Gets the title the transaction relates to (if any). Relevant for most transaction types that are not informational.
(Inherited from DiMapsTransaction)
Public propertyTransactionNumber Gets or sets the number of the transaction, this number is not unique and is used to correlate request/responses over time on the same type of transaction.
(Inherited from DiMapsTransaction)
Public propertyTransactionType Gets the type of the transaction record
(Overrides DiMapsTransactionTransactionType)
Top
See Also