Class EdiTourInformation
Information about the current tour
Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
EdiTourInformation
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiTourInformation : EdiPatternPropertiesBase
Properties
RemarksDispatcher
Remarks from the disposal office as free-text
Declaration
public List<string> RemarksDispatcher { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |
RemarksDriver
Remarks about the driver as free-text
Declaration
public List<string> RemarksDriver { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |
RemarksGeneral
Remarks in general as free-text
Declaration
public List<string> RemarksGeneral { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |
RemarksInvoice
Remarks about the invoice as free-text
Declaration
public List<string> RemarksInvoice { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |
RemarksTour
Remarks about the tour as free-text
Declaration
public List<string> RemarksTour { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |
RemarksVehicle
Remarks about the vehicle as free-text
Declaration
public List<string> RemarksVehicle { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |