Class EdiDataProcessing
Events occurred while validating and processing the data
Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
Conizi.Model.Shared.Interfaces.EdiEventBase
EdiDataProcessing
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiDataProcessing : EdiEventBase
Properties
DocumentDataReceived
The data for PickupOrder or Consignment were received
Declaration
public bool DocumentDataReceived { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Exceptions
Detailed information about the exceptions that occured while processing the data. Use(null) to report successful processing of the data
Declaration
public EdiDataProcessingExceptions Exceptions { get; set; }
Property Value
Type | Description |
---|---|
EdiDataProcessingExceptions |