Class EdiTextInstruction
A Text Instruction to describe the driver specific instructions eg. Report to Gate 4. Usually part of a EdiTextInstruction
Inheritance
System.Object
EdiTextInstruction
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiTextInstruction : object
Properties
Contact
The Address of a contact
Declaration
public EdiAddress Contact { get; set; }
Property Value
Type | Description |
---|---|
EdiAddress |
FileContents
File can be attached here
Declaration
public List<EdiFileContent> FileContents { get; set; }
Property Value
Type | Description |
---|---|
List<EdiFileContent> |
FileReferences
Links to Files can be attached here
Declaration
public List<EdiFileReference> FileReferences { get; set; }
Property Value
Type | Description |
---|---|
List<EdiFileReference> |
FreeText
FreeText that contains remarks (free form)
Declaration
public EdiFreeText FreeText { get; set; }
Property Value
Type | Description |
---|---|
EdiFreeText |
ReportingPoints
The ReportingPoint where the driver has to report on arrival
Declaration
public List<EdiReportingPoint> ReportingPoints { get; set; }
Property Value
Type | Description |
---|---|
List<EdiReportingPoint> |
StandardText
Standard text that is used to fill predefined text-snippets
Declaration
public EdiStandardText StandardText { get; set; }
Property Value
Type | Description |
---|---|
EdiStandardText |