Class AutomaticShipmentDispositionShipmentViewModel
Inheritance
System.Object
AutomaticShipmentDispositionShipmentViewModel
Namespace: Simplic.PlugIn.Logistics.Disposition.UI
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class AutomaticShipmentDispositionShipmentViewModel : ViewModelBase
Constructors
| Improve this Doc View SourceAutomaticShipmentDispositionShipmentViewModel(Shipment)
Initializes a new instance of AutomaticShipmentDispositionShipmentViewModel
Declaration
public AutomaticShipmentDispositionShipmentViewModel(Shipment shipment)
Parameters
Type | Name | Description |
---|---|---|
Shipment | shipment |
Properties
| Improve this Doc View SourceBackgroundColor
Gets or sets the background color
Declaration
public SolidColorBrush BackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
System.Windows.Media.SolidColorBrush |
IsSelected
Gets or sets whether the vehilcle is selected
Declaration
public bool IsSelected { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Gets or sets the Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Shipment
Gets the connected shipment
Declaration
public Shipment Shipment { get; }
Property Value
Type | Description |
---|---|
Shipment |