Class TollDataViewModel
Represents a TollDataViewModel
Inheritance
System.Object
TollDataViewModel
Assembly: Simplic.PlugIn.Logistics.ERP.dll
Syntax
public class TollDataViewModel : ExtendableViewModel
Constructors
|
Improve this Doc
View Source
TollDataViewModel(TollData)
Declaration
public TollDataViewModel(TollData model)
Parameters
Properties
|
Improve this Doc
View Source
ArticleId
Gets or sets the current tenant id
Declaration
public Guid? ArticleId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
|
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 string CostCenter { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Country
Declaration
public string Country { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CreateDateTime
Gets or sets the create date time
Declaration
public DateTime CreateDateTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
|
Improve this Doc
View Source
CreateUserName
Gets or sets the create user
Declaration
public string CreateUserName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Date
Gets or sets the property Date as DateTime
Declaration
public DateTime Date { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
|
Improve this Doc
View Source
EndRoad
Declaration
public string EndRoad { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ErrorMessage
Gets or sets the error message
Declaration
public string ErrorMessage { 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
InvoiceNumber
Gets or sets the model property InvoiceNumber as string
Declaration
public string InvoiceNumber { 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 double Mileage { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
Model
Declaration
public TollData Model { get; }
Property Value
|
Improve this Doc
View Source
Number
Declaration
public int Number { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PersonalAccountLookupParameters
Gets the parameters for the financial personal account lookup
Declaration
public IDictionary<string, object> PersonalAccountLookupParameters { get; }
Property Value
Type |
Description |
System.Collections.Generic.IDictionary<System.String, System.Object> |
|
|
Improve this Doc
View Source
Price
Declaration
public double Price { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
ProviderId
Declaration
public string ProviderId { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ProviderPersonalAccountId
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
Status
Declaration
public VehicleTransactionDataStatus Status { get; set; }
Property Value
|
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
TenantId
Gets or sets the current tenant id
Declaration
public Guid TenantId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
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
UpdateDateTime
Gets or sets the update datetime
Declaration
public DateTime UpdateDateTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
|
Improve this Doc
View Source
UpdateUserName
Gets or sets the update user
Declaration
public string UpdateUserName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
VehicleId
Gets or sets the property VehicleId as Guid
Declaration
public Guid? VehicleId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
|
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 |
|