Class TourEndOptions
Tour end options. Activities the driver is supposed to do before starting driving the tour
Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
TourEndOptions
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class TourEndOptions : EdiPatternPropertiesBase
Properties
Remarks
Additional remarks (free form)
Declaration
public string Remarks { get; set; }
Property Value
Type | Description |
---|---|
System.String |
WriteDownMileage
Write down the mileage
Declaration
public bool? WriteDownMileage { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |