Class AutomaticShipmentDispositionTourViewModel
Inheritance
System.Object
AutomaticShipmentDispositionTourViewModel
Namespace: Simplic.PlugIn.Logistics.Disposition.UI
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class AutomaticShipmentDispositionTourViewModel : ViewModelBase
Constructors
| Improve this Doc View SourceAutomaticShipmentDispositionTourViewModel(AutomaticShipmentDispositionVehicleViewModel)
Initialize tour viewmodel
Declaration
public AutomaticShipmentDispositionTourViewModel(AutomaticShipmentDispositionVehicleViewModel vehicle)
Parameters
Type | Name | Description |
---|---|---|
AutomaticShipmentDispositionVehicleViewModel | vehicle | Tour vehicle |
Properties
| Improve this Doc View SourceIsSelected
Gets or sets whether the vehilcle is selected
Declaration
public bool IsSelected { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Gets the tour display text
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
ShipmentCount
Declaration
public int ShipmentCount { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
ShipmentQuantity
Declaration
public double ShipmentQuantity { get; }
Property Value
Type | Description |
---|---|
System.Double |
Shipments
Gets or sets a list of shipments
Declaration
public IList<AutomaticShipmentDispositionShipmentViewModel> Shipments { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<AutomaticShipmentDispositionShipmentViewModel> |
ShipmentValue
Declaration
public double ShipmentValue { get; }
Property Value
Type | Description |
---|---|
System.Double |
Vehicle
Gets the tour vehicle
Declaration
public AutomaticShipmentDispositionVehicleViewModel Vehicle { get; }
Property Value
Type | Description |
---|---|
AutomaticShipmentDispositionVehicleViewModel |