Search Results for

    Show / Hide Table of Contents

    Class TransactionSum

    Creates the sum for item properties

    Inheritance
    System.Object
    TransactionSum
    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.ERP.Core
    Assembly: Simplic.ERP.Core.dll
    Syntax
    public class TransactionSum

    Constructors

    | Improve this Doc View Source

    TransactionSum(Transaction)

    Constructor

    Declaration
    public TransactionSum(Transaction transaction)
    Parameters
    Type Name Description
    Transaction transaction

    Properties

    | Improve this Doc View Source

    QuantitySum

    Gets the sum of all quantities

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

    TaxSum

    Gets the sum of all tax values

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

    WeightSum

    Gets the sum of all weight values

    Declaration
    public PreciseDecimal WeightSum { get; }
    Property Value
    Type Description
    PreciseDecimal
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx