Class TelematicEditor
Code Behind for the TelematicEditor
Inheritance
System.Object
TelematicEditor
Namespace: Simplic.PlugIn.Logistics.Telematic
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class TelematicEditor : DefaultRibbonWindow
Constructors
| Improve this Doc View SourceTelematicEditor()
Initialize a new TelematicEditor instance
Declaration
public TelematicEditor()
Properties
| Improve this Doc View SourceCurrent
Gets the DataContext as TelematicSystem
Declaration
public TelematicSystem Current { get; }
Property Value
Type | Description |
---|---|
TelematicSystem |
Methods
| Improve this Doc View SourceNew()
Creates a new instance of TelematicSystem.
Declaration
public void New()
OnDelete(WindowDeleteEventArg)
Deletes current TelematicSystem
Declaration
public override void OnDelete(WindowDeleteEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowDeleteEventArg | e |
OnOpenPage(WindowOpenPageEventArg)
Declaration
public override void OnOpenPage(WindowOpenPageEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowOpenPageEventArg | e |
OnSave(WindowSaveEventArg)
Saves current TelematicSystem
Declaration
public override void OnSave(WindowSaveEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowSaveEventArg | e |