Class VehicleTypeViewModel
Viewmodel for the VehicleTypeEditor
Inheritance
System.Object
VehicleTypeViewModel
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class VehicleTypeViewModel : ExtendableViewModel, ICoreDataViewModel
Constructors
|
Improve this Doc
View Source
VehicleTypeViewModel(VehicleType, Boolean)
Initialize new VehicleType view model
Declaration
public VehicleTypeViewModel(VehicleType model, bool loadTypes = true)
Parameters
Type |
Name |
Description |
VehicleType |
model |
VehicleType instance
|
System.Boolean |
loadTypes |
|
Properties
|
Improve this Doc
View Source
AddVehicleTypeGroup
Gets or sets the Command AddVehicleTypeGroup
Declaration
public ICommand AddVehicleTypeGroup { get; set; }
Property Value
Type |
Description |
System.Windows.Input.ICommand |
|
|
Improve this Doc
View Source
AllVehicleTypeGroups
Gets AllVehicleTypeGroups
Declaration
public ObservableCollection<VehicleTypeGroupViewModel> AllVehicleTypeGroups { get; }
Property Value
|
Improve this Doc
View Source
ClrTypes
Declaration
public ObservableCollection<VehicleTypeClrType> ClrTypes { get; }
Property Value
|
Improve this Doc
View Source
IsCleaningSelectable
Declaration
public bool IsCleaningSelectable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsSelectable
Gets or sets the IsSelectable-Flag as bool
Declaration
public bool IsSelectable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Model
Gets the current VehicleType model
Declaration
public VehicleType Model { get; }
Property Value
|
Improve this Doc
View Source
Name
Gets or sets the Name as string
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
OxSVehicleSubTypeName
Declaration
public string OxSVehicleSubTypeName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
OxSVehicleTypeName
Declaration
public string OxSVehicleTypeName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SelectedClrType
Declaration
public string SelectedClrType { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
VehicleTypeGroups
Gets the VehicleTypeGroups
Declaration
public ObservableCollection<VehicleTypeGroupViewModel> VehicleTypeGroups { get; }
Property Value
Implements