Show / Hide Table of Contents

Class EdiOnWayEventExceptions

Detailed information about the exceptions that occurred while on the way to the referenced stop

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

Properties

Accident

An accident has occurred

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

Break

Vehicle has taken a break

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

Defect

Vehicle has a defect

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

Other

Another type of exception has occurred

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

TrafficJam

A traffic jam has occurred

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