Class CleaningPreOrderWindow
Interaktionslogik für CleaningWindow.xaml
Inheritance
System.Object
CleaningPreOrderWindow
Namespace: Simplic.PlugIn.Logistics.Disposition
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class CleaningPreOrderWindow : StackBasedWindow
Constructors
| Improve this Doc View SourceCleaningPreOrderWindow()
Initialize a new Cleaning Window
Declaration
public CleaningPreOrderWindow()
Properties
| Improve this Doc View SourceCurrent
Gets the DataContext as Cleaning
Declaration
public CleaningPreOrderViewModel Current { get; }
Property Value
Type | Description |
---|---|
CleaningPreOrderViewModel |
Methods
| Improve this Doc View SourceEdit(IList<Guid>)
Edit a list of cleaning orders
Declaration
public void Edit(IList<Guid> ids)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<System.Guid> | ids | Cleaning order id |
New(CleaningPreOrderType)
Creates a new insatnce of CleaningWindow
Declaration
public void New(CleaningPreOrderType type)
Parameters
Type | Name | Description |
---|---|---|
CleaningPreOrderType | type |
OnDelete(WindowDeleteEventArg)
Deletes the current Clening
Declaration
public override void OnDelete(WindowDeleteEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowDeleteEventArg | e |
OnOpenPage(WindowOpenPageEventArg)
Declaration
public override void OnOpenPage(WindowOpenPageEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowOpenPageEventArg | e |
OnSave(WindowSaveEventArg)
Saves current Cleaning
Declaration
public override void OnSave(WindowSaveEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowSaveEventArg | e |