Class TransportOrderViewModel
Represents the transport view model that contains necessary information of a transport order
Inheritance
System.Object
TransportOrderViewModel
Namespace: Simplic.PlugIn.Logistics.UI.ResourceRequirementsPlanning
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class TransportOrderViewModel : ExtendableViewModel
Properties
| Improve this Doc View SourceCapacity
Gets or sets the capacity
Declaration
public double Capacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
DisplayName
Gets or sets the display name
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Guid
Gets or sets the guid
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
SelectedShipment
Gets or sets the selected shipment
Declaration
public ShipmentViewModel SelectedShipment { get; set; }
Property Value
Type | Description |
---|---|
ShipmentViewModel |
Shipments
Gets or sets a list of shipment view model
Declaration
public ObservableCollection<ShipmentViewModel> Shipments { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ObservableCollection<ShipmentViewModel> |