Class EdiRouteInformation
Information about the route to be driven
Inheritance
System.Object
EdiRouteInformation
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiRouteInformation : object
Properties
Distance
Toll distance on this tour
Declaration
public Decimal Distance { get; set; }
Property Value
Type | Description |
---|---|
Decimal |
DistanceMeasurementUnitCode
Code that describes the unit in which the radius is measured Default kilometers (KMT)
Declaration
public MeasurementUnitCode? DistanceMeasurementUnitCode { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<MeasurementUnitCode> |
TollDistance
Toll distance on this tour
Declaration
public Decimal TollDistance { get; set; }
Property Value
Type | Description |
---|---|
Decimal |