Class CopyShipmentViewModel
Copy shipment viewmodel
Inheritance
System.Object
CopyShipmentViewModel
Namespace: Simplic.PlugIn.Logistics.Disposition.UI
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class CopyShipmentViewModel : ExtendableViewModel
Constructors
| Improve this Doc View SourceCopyShipmentViewModel(Guid, TransportOrderViewModel)
Declaration
public CopyShipmentViewModel(Guid shipmentId, TransportOrderViewModel transportOrderViewModel)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | shipmentId | |
TransportOrderViewModel | transportOrderViewModel |
CopyShipmentViewModel(Guid, Boolean)
Initializew viewmodel
Declaration
public CopyShipmentViewModel(Guid shipnmentId, bool copyConnectedTours)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | shipnmentId | |
System.Boolean | copyConnectedTours |
Properties
| Improve this Doc View SourceAmount
Gets or sets the amount of copies to create per date
Declaration
public int Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CreatedShipments
Gets or sets a list of created shipments
Declaration
public ObservableCollection<Shipment> CreatedShipments { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ObservableCollection<Shipment> |
Dates
Gets or sets a list of dates, which will be used for creation
Declaration
public ObservableCollection<DateTime> Dates { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ObservableCollection<System.DateTime> |