Class ShipmentQuantityValueViewModel
Model for storing all quantities for a shipment by quantity unit
Inheritance
System.Object
ShipmentQuantityValueViewModel
Namespace: Simplic.PlugIn.Logistics.Disposition.UI
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class ShipmentQuantityValueViewModel : ViewModelBase
Properties
| Improve this Doc View SourceQuantity
Gets or sets the aggregated quantity value, for the current shipment
Declaration
public double? Quantity { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |