Show / Hide Table of Contents

Class EdiTourSpecificEvent

Event to notify about tour specific incidents

Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
Conizi.Model.Shared.Interfaces.EdiEventBase
EdiTourEventBase
EdiTourSpecificEvent
Inherited Members
EdiTourEventBase.GeoPosition
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiTourSpecificEvent : EdiTourEventBase

Properties

ChangeSwapBodyCompleted

Exchange of the trailer has been completed

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

ChangeSwapBodyStarted

Exchange of the trailer has been started

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

CleaningCompleted

Cleaning of the vehicle has been completed

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

CleaningStarted

Cleaning of the vehicle has been started

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

ReadyToLoad

Vehicle is ready to load

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

ReadyToUnload

Vehicle is ready to unload

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

StopSorting

The stops of the tour were reordered

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

TourAccepted

The tour was accepted by the driver on mobile device

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

TourCompleted

The tour was completed by the driver

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

TourPaused

The tour was paused by the driver

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

TourRejected

The tour was rejected by the driver on mobile device

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

TourResumed

The tour was resumed by the driver

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

TourScheduled

Disposal of a tour was done

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

TourStarted

The tour was started by the driver

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

TourTransmitted

The tour was transmitted to the mobile device

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

TrailerExchangeCompleted

Exchange of the trailer has been completed

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

TrailerExchangeStarted

Exchange of the trailer has been started

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

WaitingTimeCompleted

Waiting time for next action completed

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

WaitingTimeStarted

Waiting time for next action started

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

WorkingTimeCompleted

Working time has been ended for the driver

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

WorkingTimeStarted

Working time has been started for the driver

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