Search Results for

    Show / Hide Table of Contents

    Class TankData

    Represents a TankData

    Inheritance
    System.Object
    VehicleTransactionDataBase
    TankData
    Inherited Members
    VehicleTransactionDataBase.CheckStatus()
    VehicleTransactionDataBase.Id
    VehicleTransactionDataBase.Guid
    VehicleTransactionDataBase.Date
    VehicleTransactionDataBase.TenantId
    VehicleTransactionDataBase.CreateUserName
    VehicleTransactionDataBase.UpdateUserName
    VehicleTransactionDataBase.CreateDateTime
    VehicleTransactionDataBase.UpdateDateTime
    VehicleTransactionDataBase.VehicleId
    VehicleTransactionDataBase.Status
    VehicleTransactionDataBase.ErrorMessage
    VehicleTransactionDataBase.ArticleId
    VehicleTransactionDataBase.PersonalAccountId
    VehicleTransactionDataBase.InvoiceNumber
    VehicleTransactionDataBase.Quantity
    VehicleTransactionDataBase.GrossPrice
    VehicleTransactionDataBase.NetPrice
    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()
    Namespace: Simplic.PlugIn.Logistics
    Assembly: Simplic.PlugIn.Logistics.ERP.dll
    Syntax
    public class TankData : VehicleTransactionDataBase

    Constructors

    | Improve this Doc View Source

    TankData()

    Initialize instance

    Declaration
    public TankData()

    Properties

    | Improve this Doc View Source

    CardNumber

    Gets or sets the tank card number

    Declaration
    public string CardNumber { 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
    VehicleTransactionDataBase.CostCenter
    | 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

    CustomerId

    Gets or sets the actual customer id

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

    CustomerStatus

    Gets or sets the customer status.

    0 = Not billed 1 = Billed

    Declaration
    public int CustomerStatus { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    DriverId

    Gets or sets the current driver id

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

    DriverName

    Gets or sets the 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 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 property FuelTypeName as string

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

    Number

    gets the auto increment number

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

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

    TankDataDate

    Translation for database

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

    TankDataTime

    Translation for database

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

    TaxRate

    Gets or sets the current tax rate

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

    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
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx