Class CopyShipmentWindow
Interaction logic for CopyShipmentWindow.xaml
Inheritance
System.Object
CopyShipmentWindow
Namespace: Simplic.PlugIn.Logistics.Disposition.UI
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class CopyShipmentWindow : DefaultRibbonWindow
Constructors
| Improve this Doc View SourceCopyShipmentWindow(Guid, TransportOrderViewModel)
Initialize new template window. The shipments will not be saved directly. They will be added to the transport order viewmodel.
Declaration
public CopyShipmentWindow(Guid shipmentId, TransportOrderViewModel transportOrderViewModel)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | shipmentId | |
TransportOrderViewModel | transportOrderViewModel |
CopyShipmentWindow(Guid, Boolean)
Declaration
public CopyShipmentWindow(Guid shipmentId, bool copyTours)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | shipmentId | |
System.Boolean | copyTours |
Properties
| Improve this Doc View SourceCurrent
Gets the current data context as CopyShipmentViewModel
Declaration
public CopyShipmentViewModel Current { get; }
Property Value
Type | Description |
---|---|
CopyShipmentViewModel |
Methods
| Improve this Doc View SourceOnSave(WindowSaveEventArg)
Copy shipment
Declaration
public override void OnSave(WindowSaveEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowSaveEventArg | e |
Events
| Improve this Doc View SourceShipmentsCreated
Declaration
public event EventHandler<ShipmentCreatedEventArgs> ShipmentsCreated
Event Type
Type | Description |
---|---|
System.EventHandler<ShipmentCreatedEventArgs> |