Class TankDataViewModel
Represents a TankDataViewModel
Inheritance
Namespace: Simplic.PlugIn.Logistics.UI
Assembly: Simplic.PlugIn.Logistics.ERP.dll
Syntax
public class TankDataViewModel : ExtendableViewModel
Constructors
| Improve this Doc View SourceTankDataViewModel(TankData)
Initialize instance
Declaration
public TankDataViewModel(TankData model)
Parameters
Type | Name | Description |
---|---|---|
TankData | model |
Properties
| Improve this Doc View SourceArticleId
Gets or sets the current tenant id
Declaration
public Guid? ArticleId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
CardNumber
Gets or sets the model property CardNumber as string
Declaration
public string CardNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CostCenter
Gets or sets the model property CostCenter as string
Declaration
public string CostCenter { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Country
Gets or sets the country
Declaration
public string Country { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CreateDateTime
Gets or sets the create date time
Declaration
public DateTime CreateDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
CreateUserName
Gets or sets the create user
Declaration
public string CreateUserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CustomerAccountLookupParameters
Gets the parameters for the financial personal account lookup for customers
Declaration
public IDictionary<string, object> CustomerAccountLookupParameters { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Object> |
CustomerId
Gets or sets the customer id
Declaration
public Guid? CustomerId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
Date
Gets or sets the model property Date as DateTime
Declaration
public DateTime Date { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
DriverId
Gets or sets the model property DriverId as Guid
Declaration
public Guid? DriverId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
DriverName
Gets or sets the model property DriverName as string
Declaration
public string DriverName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FuelStationCustomerId
Gets or sets the fuel station customer
Declaration
public Guid? FuelStationCustomerId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
FuelStationName
Gets or sets the model property FuelStationName as string
Declaration
public string FuelStationName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FuelTypeName
Gets or sets the model property FuelTypeName as string
Declaration
public string FuelTypeName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GrossPrice
Gets or sets the gross price
Declaration
public PreciseDecimal GrossPrice { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
Id
Gets or sets the model property Id as Guid
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
InvoiceNumber
Gets or sets the model property InvoiceNumber as string
Declaration
public string InvoiceNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Mileage
Gets or sets the model property Mileage as Double
Declaration
public double Mileage { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Model
Gets the model instance
Declaration
public TankData Model { get; }
Property Value
Type | Description |
---|---|
TankData |
NetPrice
Gets or sets the net price
Declaration
public PreciseDecimal NetPrice { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
Number
gets the autincement number
Declaration
public int? Number { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
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> |
Quantity
Gets or sets the model property Quantity as PreciseDecimal
Declaration
public PreciseDecimal Quantity { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
ReferenceNumber
Gets or sets the reference number
Declaration
public string ReferenceNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SalesPrice
Gets or sets the sales-prices id
Declaration
public double SalesPrice { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
TaxRate
Gets or sets the tax rate
Declaration
public PreciseDecimal TaxRate { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
TenantId
Gets or sets the current tenant id
Declaration
public Guid TenantId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Time
Gets or sets the tank time
Declaration
public TimeSpan? Time { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.TimeSpan> |
UpdateDateTime
Gets or sets the update datetime
Declaration
public DateTime UpdateDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
UpdateUserName
Gets or sets the update user
Declaration
public string UpdateUserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VehicleId
Gets or sets the model property VehicleId as Guid
Declaration
public Guid? VehicleId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
VehicleName
Gets or sets the model property VehicleName as string
Declaration
public string VehicleName { get; set; }
Property Value
Type | Description |
---|---|
System.String |