Search Results for

    Show / Hide Table of Contents

    Class CleaningPreOrderWindow

    Interaktionslogik für CleaningWindow.xaml

    Inheritance
    System.Object
    CleaningPreOrderWindow
    Namespace: Simplic.PlugIn.Logistics.Disposition
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class CleaningPreOrderWindow : StackBasedWindow

    Constructors

    | Improve this Doc View Source

    CleaningPreOrderWindow()

    Initialize a new Cleaning Window

    Declaration
    public CleaningPreOrderWindow()

    Properties

    | Improve this Doc View Source

    Current

    Gets the DataContext as Cleaning

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

    Methods

    | Improve this Doc View Source

    Edit(IList<Guid>)

    Edit a list of cleaning orders

    Declaration
    public void Edit(IList<Guid> ids)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<System.Guid> ids

    Cleaning order id

    | Improve this Doc View Source

    New(CleaningPreOrderType)

    Creates a new insatnce of CleaningWindow

    Declaration
    public void New(CleaningPreOrderType type)
    Parameters
    Type Name Description
    CleaningPreOrderType type
    | Improve this Doc View Source

    OnDelete(WindowDeleteEventArg)

    Deletes the current Clening

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

    OnOpenPage(WindowOpenPageEventArg)

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

    OnSave(WindowSaveEventArg)

    Saves current Cleaning

    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