Class ShipmentStatusWindow
wwindow logic
Inheritance
System.Object
ShipmentStatusWindow
Namespace: Simplic.PlugIn.Logistics.Disposition.UI
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class ShipmentStatusWindow : DefaultRibbonWindow
Constructors
| Improve this Doc View SourceShipmentStatusWindow()
Constructor
Declaration
public ShipmentStatusWindow()
Methods
| Improve this Doc View SourceEdit(IList<ShipmentStatus>)
Open the current window with a list of models
Declaration
public void Edit(IList<ShipmentStatus> models)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<ShipmentStatus> | models | List of models to edit |
OnSave(WindowSaveEventArg)
Save ui information
Declaration
public override void OnSave(WindowSaveEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowSaveEventArg | e |