Show / Hide Table of Contents

Class EdiYardNavigationInformation

A single Navigation between two partners. Usually used in a Tour to extend the stops in a Tour with necessary information for the navigation on the yard (last mile)

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

Properties

Instruction

Instruction with a checkpoint on the route that the driver has to follow.

Declaration
public EdiYardInstruction Instruction { get; set; }
Property Value
Type Description
EdiYardInstruction

SequenceNumber

Number which defines the sequence of the Navigation

Declaration
public int? SequenceNumber { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Status

StatusCode that gets sent back when this position in the sequence is hit, usually with a TourEvent

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