Search Results for

    Show / Hide Table of Contents

    Class VehicleWindow

    Interaktionslogik für VehicleWindow.xaml

    Inheritance
    System.Object
    VehicleWindow
    Namespace: Simplic.PlugIn.Logistics.UI
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class VehicleWindow : StackBasedWindow

    Constructors

    | Improve this Doc View Source

    VehicleWindow()

    Initialize new vehicle window

    Declaration
    public VehicleWindow()

    Fields

    | Improve this Doc View Source

    lastSelected

    Declaration
    public object lastSelected
    Field Value
    Type Description
    System.Object

    Properties

    | Improve this Doc View Source

    CurrentDataContext

    Gets the current data context as IVehicleViewModel to ease access to it

    Declaration
    public IVehicleViewModel CurrentDataContext { get; }
    Property Value
    Type Description
    IVehicleViewModel

    Methods

    | 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)

    See

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

    OnSave(WindowSaveEventArg)

    See

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

    ShowNew()

    Creates a new vehicle, sets it as the data context and shows the window

    Declaration
    public void ShowNew()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx