Class CreateDailyTourVehicleTypeViewModel
Inheritance
System.Object
CreateDailyTourVehicleTypeViewModel
Namespace: Simplic.PlugIn.Logistics.Disposition
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class CreateDailyTourVehicleTypeViewModel : ExtendableViewModel
Constructors
| Improve this Doc View SourceCreateDailyTourVehicleTypeViewModel(VehicleType)
Initializes a new instance of CreateDailyTourVehicleTypeViewModel
Declaration
public CreateDailyTourVehicleTypeViewModel(VehicleType vehicleType)
Parameters
Type | Name | Description |
---|---|---|
VehicleType | vehicleType |
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 vehicletype 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 |