Class ShipmentItemTypeEditor
Interaction logic for ShipmentItemTypeEditor.xaml
Inheritance
System.Object
ShipmentItemTypeEditor
Namespace: Simplic.PlugIn.Logistics.Disposition
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class ShipmentItemTypeEditor : RibbonBasedWindow
Constructors
| Improve this Doc View SourceShipmentItemTypeEditor()
Init the item type editor
Declaration
public ShipmentItemTypeEditor()
Methods
| Improve this Doc View SourceEdit(IList<ShipmentItemType>)
Open the current window with a list of models
Declaration
public void Edit(IList<ShipmentItemType> models)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<ShipmentItemType> | models | List of models to edit |
OnOpenPage(WindowOpenPageEventArg)
Load ui information
Declaration
public override void OnOpenPage(WindowOpenPageEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowOpenPageEventArg | e |
OnSave(WindowSaveEventArg)
Save ui information
Declaration
public override void OnSave(WindowSaveEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowSaveEventArg | e |