Class TransportOrderFastEntryWindow
Interaction logic for TransportOrderFastEntryWindow.xaml
Inheritance
System.Object
TransportOrderFastEntryWindow
Namespace: Simplic.PlugIn.Logistics.Disposition
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class TransportOrderFastEntryWindow : DefaultRibbonWindow
Constructors
| Improve this Doc View SourceTransportOrderFastEntryWindow()
Initializes a new instance of TransportOrderFastEntryWindow
Declaration
public TransportOrderFastEntryWindow()
Fields
| Improve this Doc View SourceFixedpriceItem
Declaration
public const string FixedpriceItem = "5a8ff039-1f37-48b5-b034-910e3f848d78"
Field Value
Type | Description |
---|---|
System.String |
Properties
| Improve this Doc View SourceCurrent
Gets the current data context as TransportOrderFastEntryViewModel
Declaration
public TransportOrderFastEntryViewModel Current { get; }
Property Value
Type | Description |
---|---|
TransportOrderFastEntryViewModel |
Methods
| Improve this Doc View SourceNew()
Creates a new fast entry
Declaration
public void New()
OnSave(WindowSaveEventArg)
Gets called on save
Declaration
public override void OnSave(WindowSaveEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowSaveEventArg | e |