Class AutomaticShipmentDispositionEditor
Interaction logic for CreateDailyTourEditor.xaml
Inheritance
System.Object
AutomaticShipmentDispositionEditor
Namespace: Simplic.PlugIn.Logistics.Disposition.UI
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class AutomaticShipmentDispositionEditor : DefaultRibbonWindow
Constructors
| Improve this Doc View SourceAutomaticShipmentDispositionEditor(IList<Shipment>, Boolean)
Declaration
public AutomaticShipmentDispositionEditor(IList<Shipment> shipments, bool saveShipments)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<Shipment> | shipments | |
System.Boolean | saveShipments |
Properties
| Improve this Doc View SourceSave
Gets or sets whether the data are saved
Declaration
public bool Save { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
ViewModel
Declaration
public AutomaticShipmentDispositionViewModel ViewModel { get; }
Property Value
Type | Description |
---|---|
AutomaticShipmentDispositionViewModel |
Methods
| Improve this Doc View SourceOnSave(WindowSaveEventArg)
Declaration
public override void OnSave(WindowSaveEventArg e)
Parameters
Type | Name | Description |
---|---|---|
WindowSaveEventArg | e |