Search Results for

    Show / Hide Table of Contents

    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 Source

    CleaningStationListWindow(ICleaningStationListService)

    Initializes a new instance of CleaningStationaListWindow

    Declaration
    public CleaningStationListWindow(ICleaningStationListService cleaningStationListService)
    Parameters
    Type Name Description
    ICleaningStationListService cleaningStationListService

    Properties

    | Improve this Doc View Source

    Current

    Represents the current DataContext as CleaningStationViewModel

    Declaration
    public CleaningStationListViewModel Current { get; }
    Property Value
    Type Description
    CleaningStationListViewModel

    Methods

    | Improve this Doc View Source

    Edit(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
    | Improve this Doc View Source

    New()

    Creates a new instance of CleaningStationViewModel and adds it to the PagingObjects

    Declaration
    public void New()
    | Improve this Doc View Source

    OnDelete(WindowDeleteEventArg)

    Called when the ClenaingStationList gets deleted in the UI

    Declaration
    public override void OnDelete(WindowDeleteEventArg e)
    Parameters
    Type Name Description
    WindowDeleteEventArg e
    | Improve this Doc View Source

    OnOpenPage(WindowOpenPageEventArg)

    Called when the page is opened

    Declaration
    public override void OnOpenPage(WindowOpenPageEventArg e)
    Parameters
    Type Name Description
    WindowOpenPageEventArg e
    | Improve this Doc View Source

    OnSave(WindowSaveEventArg)

    Called when the CleaningStationList gets saved in the UI

    Declaration
    public override void OnSave(WindowSaveEventArg e)
    Parameters
    Type Name Description
    WindowSaveEventArg e
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx