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 SourceTransactionSum(Transaction)
Constructor
Declaration
public TransactionSum(Transaction transaction)
Parameters
Type | Name | Description |
---|---|---|
Transaction | transaction |
Properties
| Improve this Doc View SourceQuantitySum
Gets the sum of all quantities
Declaration
public PreciseDecimal QuantitySum { get; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
TaxSum
Gets the sum of all tax values
Declaration
public PreciseDecimal TaxSum { get; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
WeightSum
Gets the sum of all weight values
Declaration
public PreciseDecimal WeightSum { get; }
Property Value
Type | Description |
---|---|
PreciseDecimal |