Search Results for

    Show / Hide Table of Contents

    Class BillingLine

    Inheritance
    System.Object
    BillingLine
    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.Logistics
    Assembly: Simplic.Logistics.dll
    Syntax
    public class BillingLine

    Properties

    | Improve this Doc View Source

    AdditionalGroupingKey

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

    CostCenterId

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

    GLAGroupId

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

    Guid

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

    IsManualLine

    Declaration
    public bool IsManualLine { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    PersonalAccountId

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

    Position

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

    PriceUnitId

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

    Quantity

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

    QuantityUnitId

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

    ReceiptGuid

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

    ReferenceNr

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

    ShipmentGuid

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

    ShipmentItemGuid

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

    SinglePrice

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

    State

    Gets or sets the billing line state.

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

      Surcharge

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

      SurchargeType

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

      TaxTypeId

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

      Text

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

      TotalPrice

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

      TourGuid

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

      TransactionGuid

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

      TransactionItemGuid

      Declaration
      public Guid? TransactionItemGuid { get; set; }
      Property Value
      Type Description
      System.Nullable<System.Guid>
      • Improve this Doc
      • View Source
      In This Article
      Back to top Copyright © 2018 SIMPLIC GmbH
      Generated by DocFx