Class TollData
Inheritance
System.Object
TollData
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Simplic.PlugIn.Logistics.ERP.dll
Syntax
public class TollData : VehicleTransactionDataBase
Constructors
|
Improve this Doc
View Source
TollData()
Declaration
Properties
|
Improve this Doc
View Source
AxisClass
Declaration
public string AxisClass { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
BookingNumber
Declaration
public string BookingNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CityClass
Declaration
public string CityClass { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CostCenter
Gets or sets the property CostCenter as string
Declaration
public override string CostCenter { get; set; }
Property Value
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
Country
Declaration
public string Country { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
EndRoad
Declaration
public string EndRoad { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FuelEfficency
Declaration
public string FuelEfficency { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IsPartialTrip
Declaration
public int IsPartialTrip { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Mileage
Gets or sets the property Mileage as Double
Declaration
public PreciseDecimal Mileage { get; set; }
Property Value
Type |
Description |
PreciseDecimal |
|
|
Improve this Doc
View Source
Number
Declaration
public int Number { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Price
Declaration
public PreciseDecimal Price { get; set; }
Property Value
Type |
Description |
PreciseDecimal |
|
|
Improve this Doc
View Source
ProviderId
Declaration
public string ProviderId { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ProviderPersonalAccountId
Gets or sets the personal account of the toll provider
Declaration
public Guid? ProviderPersonalAccountId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
|
Improve this Doc
View Source
RateVersion
Declaration
public string RateVersion { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ReferenceNumber
Gets or sets the reference number
Declaration
public string ReferenceNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
RoadPart
Declaration
public string RoadPart { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
StartRoad
Declaration
public string StartRoad { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
StartTime
Gets or sets the driven odometer
Declaration
public TimeSpan StartTime { get; set; }
Property Value
Type |
Description |
System.TimeSpan |
|
|
Improve this Doc
View Source
TaxRate
Gets or sets the current tax rate
Declaration
public double TaxRate { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
TimeClass
Declaration
public string TimeClass { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Type
Declaration
public string Type { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
VehicleName
Gets or sets the property VehicleName as string
Declaration
public string VehicleName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
WeightClass
Declaration
public string WeightClass { get; set; }
Property Value
Type |
Description |
System.String |
|