Class CleaningCodeEditor
Interaktionslogik für CleaningCodeEditor.xaml
Inheritance
System.Object
CleaningCodeEditor
Namespace: Simplic.PlugIn.Logistics.Disposition
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class CleaningCodeEditor : DefaultRibbonWindow
Constructors
| Improve this Doc View SourceCleaningCodeEditor()
Initializes a new Instance of CleaningCodeEditor
Declaration
public CleaningCodeEditor()
Methods
| Improve this Doc View SourceEdit(IList<Guid>)
Sets the CleaningCode with the given Guid as DataContext
Declaration
public void Edit(IList<Guid> guids)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<System.Guid> | guids |
New()
Creates a new ClenaingCode and sets it as DataContext
Declaration
public void New()
OnDelete(WindowDeleteEventArg)
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)
Declaration
public override void OnSave(WindowSaveEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowSaveEventArg | e |