Class CreateDailyTourVehicleViewModel
Inheritance
System.Object
CreateDailyTourVehicleViewModel
Namespace: Simplic.PlugIn.Logistics.Disposition
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class CreateDailyTourVehicleViewModel : ExtendableViewModel
Constructors
| Improve this Doc View SourceCreateDailyTourVehicleViewModel(Vehicle)
Initializes a new instance of CreateDailyTourVehicleViewModel
Declaration
public CreateDailyTourVehicleViewModel(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 |