Show / Hide Table of Contents

Class TourInformation

Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
TourInformation
TourBorderCrossInformation
TourFuelStopInformation
TourLoadingInformation
TourUnloadingInformation
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class TourInformation : EdiPatternPropertiesBase

Properties

Notes

Notes on the Stop

Declaration
public string Notes { get; set; }
Property Value
Type Description
System.String

ScheduledArrival

Scheduled Arrival for refuel

Declaration
public EdiTimeSpan ScheduledArrival { get; set; }
Property Value
Type Description
EdiTimeSpan

ScheduledDeparture

Scheduled Arrival after refuel

Declaration
public EdiTimeSpan ScheduledDeparture { get; set; }
Property Value
Type Description
EdiTimeSpan

ScheduledHandlingMinutes

Scheduled time for handling the activity

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

ScheduledWaitMinutes

Scheduled wait time in minutes to begin the activity

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