Search Results for

    Show / Hide Table of Contents

    Class TankDataViewModel

    Represents a TankDataViewModel

    Inheritance
    System.Object
    TankDataViewModel
    Namespace: Simplic.PlugIn.Logistics.UI
    Assembly: Simplic.PlugIn.Logistics.ERP.dll
    Syntax
    public class TankDataViewModel : ExtendableViewModel

    Constructors

    | Improve this Doc View Source

    TankDataViewModel(TankData)

    Initialize instance

    Declaration
    public TankDataViewModel(TankData model)
    Parameters
    Type Name Description
    TankData model

    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

    CardNumber

    Gets or sets the model property CardNumber as string

    Declaration
    public string CardNumber { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    CostCenter

    Gets or sets the model property CostCenter as string

    Declaration
    public string CostCenter { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Country

    Gets or sets the 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

    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>
    | Improve this Doc View Source

    CustomerId

    Gets or sets the customer id

    Declaration
    public Guid? CustomerId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    | Improve this Doc View Source

    Date

    Gets or sets the model property Date as DateTime

    Declaration
    public DateTime Date { get; set; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    DriverId

    Gets or sets the model property DriverId as Guid

    Declaration
    public Guid? DriverId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    | Improve this Doc View Source

    DriverName

    Gets or sets the model property DriverName as string

    Declaration
    public string DriverName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    FuelStationCustomerId

    Gets or sets the fuel station customer

    Declaration
    public Guid? FuelStationCustomerId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    | Improve this Doc View Source

    FuelStationName

    Gets or sets the model property FuelStationName as string

    Declaration
    public string FuelStationName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    FuelTypeName

    Gets or sets the model property FuelTypeName as string

    Declaration
    public string FuelTypeName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    GrossPrice

    Gets or sets the gross price

    Declaration
    public PreciseDecimal GrossPrice { get; set; }
    Property Value
    Type Description
    PreciseDecimal
    | Improve this Doc View Source

    Id

    Gets or sets the model property Id as Guid

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    System.Guid
    | 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

    Mileage

    Gets or sets the model property Mileage as Double

    Declaration
    public double Mileage { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    Model

    Gets the model instance

    Declaration
    public TankData Model { get; }
    Property Value
    Type Description
    TankData
    | Improve this Doc View Source

    NetPrice

    Gets or sets the net price

    Declaration
    public PreciseDecimal NetPrice { get; set; }
    Property Value
    Type Description
    PreciseDecimal
    | Improve this Doc View Source

    Number

    gets the autincement number

    Declaration
    public int? Number { get; set; }
    Property Value
    Type Description
    System.Nullable<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

    Quantity

    Gets or sets the model property Quantity as PreciseDecimal

    Declaration
    public PreciseDecimal Quantity { get; set; }
    Property Value
    Type Description
    PreciseDecimal
    | 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

    SalesPrice

    Gets or sets the sales-prices id

    Declaration
    public double SalesPrice { get; set; }
    Property Value
    Type Description
    System.Double
    | Improve this Doc View Source

    TaxRate

    Gets or sets the tax rate

    Declaration
    public PreciseDecimal TaxRate { get; set; }
    Property Value
    Type Description
    PreciseDecimal
    | 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

    Time

    Gets or sets the tank time

    Declaration
    public TimeSpan? Time { get; set; }
    Property Value
    Type Description
    System.Nullable<System.TimeSpan>
    | 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 model 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 model property VehicleName as string

    Declaration
    public string VehicleName { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx