Class ShipmentDistributionWindow
Interaction logic for ShipmentDistributionWindow.xaml
Inheritance
System.Object
ShipmentDistributionWindow
Namespace: Simplic.PlugIn.Logistics.Disposition
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class ShipmentDistributionWindow : DefaultRibbonWindow
Constructors
| Improve this Doc View SourceShipmentDistributionWindow(Shipment, TransportOrderViewModel)
Declaration
public ShipmentDistributionWindow(Shipment parentShipment, TransportOrderViewModel transportOrderViewModel)
Parameters
Type | Name | Description |
---|---|---|
Shipment | parentShipment | |
TransportOrderViewModel | transportOrderViewModel |
Properties
| Improve this Doc View SourceCurrent
Gets the current DataConntext as ShipmentDistributionViewModel
Declaration
public ShipmentDistributionViewModel Current { get; }
Property Value
Type | Description |
---|---|
ShipmentDistributionViewModel |
Methods
| Improve this Doc View SourceOnSave(WindowSaveEventArg)
Called when the save button is pressed
Declaration
public override void OnSave(WindowSaveEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowSaveEventArg | e |