Search Results for

    Show / Hide Table of Contents

    Class VehicleTransactionDataBase

    Inheritance
    System.Object
    VehicleTransactionDataBase
    TankData
    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()
    Namespace: Simplic.PlugIn.Logistics
    Assembly: Simplic.PlugIn.Logistics.ERP.dll
    Syntax
    public abstract class VehicleTransactionDataBase

    Properties

    | Improve this Doc View Source

    ArticleId

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

    CostCenter

    Gets or sets the costcenter number

    Declaration
    public abstract string CostCenter { 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

    ErrorMessage

    Gets or sets the error message

    Declaration
    public string ErrorMessage { 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

    Guid

    Translation for database

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

    Id

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

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

    PersonalAccountId

    Gets or sets the personal account id

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

    Quantity

    Gets or sets the property Quantity as PreciseDecimal

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

    Status

    Gets or sets the status

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

    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>

    Methods

    | Improve this Doc View Source

    CheckStatus()

    Checks and sets the fuel data status

    Declaration
    public void CheckStatus()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx