Class CleaningStationListWindow
CodeBehind for CLenaingStationListWindow.xaml
Inheritance
System.Object
CleaningStationListWindow
Namespace: Simplic.PlugIn.Logistics.Disposition
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class CleaningStationListWindow : DefaultRibbonWindow
Constructors
| Improve this Doc View SourceCleaningStationListWindow(ICleaningStationListService)
Initializes a new instance of CleaningStationaListWindow
Declaration
public CleaningStationListWindow(ICleaningStationListService cleaningStationListService)
Parameters
Type | Name | Description |
---|---|---|
ICleaningStationListService | cleaningStationListService |
Properties
| Improve this Doc View SourceCurrent
Represents the current DataContext as CleaningStationViewModel
Declaration
public CleaningStationListViewModel Current { get; }
Property Value
Type | Description |
---|---|
CleaningStationListViewModel |
Methods
| Improve this Doc View SourceEdit(IList<Guid>)
Adds a list of ClenaingStationLists to the PagingObjects
Declaration
public void Edit(IList<Guid> ids)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<System.Guid> | ids |
New()
Creates a new instance of CleaningStationViewModel and adds it to the PagingObjects
Declaration
public void New()
OnDelete(WindowDeleteEventArg)
Called when the ClenaingStationList gets deleted in the UI
Declaration
public override void OnDelete(WindowDeleteEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowDeleteEventArg | e |
OnOpenPage(WindowOpenPageEventArg)
Called when the page is opened
Declaration
public override void OnOpenPage(WindowOpenPageEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowOpenPageEventArg | e |
OnSave(WindowSaveEventArg)
Called when the CleaningStationList gets saved in the UI
Declaration
public override void OnSave(WindowSaveEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowSaveEventArg | e |