Class AutomaticShipmentDispositionVehicleViewModel
Inheritance
System.Object
AutomaticShipmentDispositionVehicleViewModel
Namespace: Simplic.PlugIn.Logistics.Disposition.UI
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class AutomaticShipmentDispositionVehicleViewModel : ViewModelBase
Constructors
| Improve this Doc View SourceAutomaticShipmentDispositionVehicleViewModel(Vehicle)
Initializes a new instance of AutomaticShipmentDispositionVehicleViewModel
Declaration
public AutomaticShipmentDispositionVehicleViewModel(Vehicle vehicle)
Parameters
Type | Name | Description |
---|---|---|
Vehicle | vehicle |
Properties
| Improve this Doc View SourceGuid
Gets or sets the Guid
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
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; set; }
Property Value
Type | Description |
---|---|
System.String |
VehicleTypeId
Gets or sets the VehicleTypeId
Declaration
public Guid VehicleTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |