Show / Hide Table of Contents

Class EdiYardInstruction

An Instruction for the driver. Usually part of a EdiYardNavigationInformation

Inheritance
System.Object
EdiYardInstruction
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiYardInstruction : object

Properties

FileContents

File can be attached here

Declaration
public List<EdiFileContent> FileContents { get; set; }
Property Value
Type Description
List<EdiFileContent>

FileReferences

Links to Files can be attached here

Declaration
public List<EdiFileReference> FileReferences { get; set; }
Property Value
Type Description
List<EdiFileReference>

Route

A Route that contains a gpx byte array and a destination

Declaration
public EdiGpxFile Route { get; set; }
Property Value
Type Description
EdiGpxFile

TextInstruction

A Text Instruction to describe the driver specific instructions e.g. Report to Gate 4

Declaration
public EdiTextInstruction TextInstruction { get; set; }
Property Value
Type Description
EdiTextInstruction

Urgency

Urgency Code that can be used to signalize high-priority deliveries

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