Search Results for

    Show / Hide Table of Contents

    Class TransportRequirementEditor

    Interaktionslogik für TransportRequirementEditor.xaml

    Inheritance
    System.Object
    TransportRequirementEditor
    Namespace: Simplic.PlugIn.Logistics.Disposition
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class TransportRequirementEditor : DefaultRibbonWindow

    Constructors

    | Improve this Doc View Source

    TransportRequirementEditor()

    Declaration
    public TransportRequirementEditor()

    Properties

    | Improve this Doc View Source

    Current

    Gets the current DataContext as TransportRequirementViewModel

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

    Methods

    | Improve this Doc View Source

    Edit(IList<Guid>)

    Edit a list of TransportRequirements

    Declaration
    public void Edit(IList<Guid> guids)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<System.Guid> guids
    | Improve this Doc View Source

    New()

    Creates a new TransportRequirement

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

    OnDelete(WindowDeleteEventArg)

    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)

    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