Class CleaningProcedureEditor
Interaktionslogik für CleaningProcedureEditor.xaml
Inheritance
System.Object
CleaningProcedureEditor
Namespace: Simplic.PlugIn.Logistics.Disposition
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class CleaningProcedureEditor : DefaultRibbonWindow
Constructors
| Improve this Doc View SourceCleaningProcedureEditor()
Initializes a new instance of ClenaingProcedureEditor
Declaration
public CleaningProcedureEditor()
Properties
| Improve this Doc View SourceCurrent
Gets the current DataContext as CleaningProcedureViewModel
Declaration
public CleaningProcedureViewModel Current { get; }
Property Value
Type | Description |
---|---|
CleaningProcedureViewModel |
Methods
| Improve this Doc View SourceEdit(IList<Guid>)
Edit a CleaningProcedure by Guid
Declaration
public void Edit(IList<Guid> guids)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<System.Guid> | guids |
New()
Creates a new ClenaingProcedure
Declaration
public void New()
NewWithCodes(IList<Guid>)
Creates a new CleaningProcedure with Codes
Declaration
public void NewWithCodes(IList<Guid> guids)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<System.Guid> | guids |
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 |