Show / Hide Table of Contents

Class EdiEventGateway

Events occurred while cross docking the consignment. (i.e. HUB or gateway cross dock)

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

Properties

Exceptions

Detailed information about the exceptions that occurred while processing the consignment. Use (null) to report successful cross dock of the consignment

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

Loaded

The consignment has been loaded onto the truck leaving the gateway

Declaration
public bool? Loaded { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Unloaded

The consignment has been unloaded from the truck delivering the consignment to the gateway

Declaration
public bool? Unloaded { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
Back to top Generated by DocFX