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 SourceVehicleWindow()
Initialize new vehicle window
Declaration
public VehicleWindow()
Fields
| Improve this Doc View SourcelastSelected
Declaration
public object lastSelected
Field Value
Type | Description |
---|---|
System.Object |
Properties
| Improve this Doc View SourceCurrentDataContext
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 SourceOnDelete(WindowDeleteEventArg)
Declaration
public override void OnDelete(WindowDeleteEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowDeleteEventArg | e |
OnOpenPage(WindowOpenPageEventArg)
See
Declaration
public override void OnOpenPage(WindowOpenPageEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowOpenPageEventArg | e |
OnSave(WindowSaveEventArg)
See
Declaration
public override void OnSave(WindowSaveEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowSaveEventArg | e |
ShowNew()
Creates a new vehicle, sets it as the data context and shows the window
Declaration
public void ShowNew()