Show / Hide Table of Contents

Class EdiTourDocuments

Event to notify about tour specific documents

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

Properties

ChecklistDepartureControl

Checklist of departure control available

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

ChecklistInstruction

Checklist of instructions available

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

ChecklistVehicleInspection

Checklist of vehicle inspection available

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

Damages

Pictures/Files of damages

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

DrivingLicense

Pictures/Files of driving license

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

LoadSecuring

Pictures/Files of load securing

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

OtherDocuments

A list of further document items

Declaration
public List<EdiDocumentItem> OtherDocuments { get; set; }
Property Value
Type Description
List<EdiDocumentItem>

OtherImages

A list of status images

Declaration
public List<EdiStatusImage> OtherImages { get; set; }
Property Value
Type Description
List<EdiStatusImage>

Signature

Pictures/Files of signee's signature

Declaration
public List<EdiFileContent> Signature { get; set; }
Property Value
Type Description
List<EdiFileContent>
Back to top Generated by DocFX