Class TransactionItemQuantity
Items which cares about quantities
Inheritance
System.Object
TransactionItemQuantity
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 abstract class TransactionItemQuantity : TransactionItemValue
Constructors
| Improve this Doc View SourceTransactionItemQuantity()
Initialize item
Declaration
public TransactionItemQuantity()
Properties
| Improve this Doc View SourceConvertedQuantity
Gets or sets the amount of not converted quantity
Declaration
public virtual PreciseDecimal ConvertedQuantity { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
Quantity
Gets or sets the quantity
Declaration
public virtual PreciseDecimal Quantity { get; set; }
Property Value
Type | Description |
---|---|
PreciseDecimal |
QuantityUnitId
Gets or sets the quantity unit id
Declaration
public virtual Guid QuantityUnitId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Methods
| Improve this Doc View SourceCopyTo(TransactionItem)
Declaration
public override void CopyTo(TransactionItem target)
Parameters
Type | Name | Description |
---|---|---|
TransactionItem | target |