Show / Hide Table of Contents

Class EdiPickupPlanning

Events occurred while planning a pickup order

Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
Conizi.Model.Shared.Interfaces.EdiEventBase
EdiPickupPlanning
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiPickupPlanning : EdiEventBase

Properties

Exceptions

Detailed information about the exceptions that occured while planning the pickup. Use (null) to report successful planning of the pickup

Declaration
public EdiPickupPlanningExceptions Exceptions { get; set; }
Property Value
Type Description
EdiPickupPlanningExceptions

InvalidDangerousGoodInformation

Wrong, incomplete or missing package type information

Declaration
public EdiEmptyExtendableObject InvalidDangerousGoodInformation { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

InvalidData

The data is incomplete, missing or wrong

Declaration
public EdiEmptyExtendableObject InvalidData { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject

InvalidPackageType

Wrong, incomplete or missing package type information

Declaration
public EdiEmptyExtendableObject InvalidPackageType { get; set; }
Property Value
Type Description
EdiEmptyExtendableObject
Back to top Generated by DocFX