Class PreProductEditor
Interaktionslogik für PreProductEditor.xaml
Inheritance
System.Object
PreProductEditor
Namespace: Simplic.PlugIn.Logistics.Disposition
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class PreProductEditor : DefaultRibbonWindow
Constructors
| Improve this Doc View SourcePreProductEditor()
Declaration
public PreProductEditor()
Properties
| Improve this Doc View SourceCurrent
Gets the current DataContext as PreProductViewModel
Declaration
public PreProductViewModel Current { get; }
Property Value
Type | Description |
---|---|
PreProductViewModel |
Methods
| Improve this Doc View SourceEdit(IList<Guid>)
Edit a list of PreProducts
Declaration
public void Edit(IList<Guid> guids)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<System.Guid> | guids |
New()
Creates a new PreProduct
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 |