Class TireTypeViewModel
Viewmodel for the TireTypeEditor
Inheritance
System.Object
TireTypeViewModel
Implements
Namespace: Simplic.PlugIn.Logistics.UI.ViewModel
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class TireTypeViewModel : UI.MVC.ViewModelBase, ICoreDataViewModel
Constructors
| Improve this Doc View SourceTireTypeViewModel(TireType)
Initialize new TireType view model
Declaration
public TireTypeViewModel(TireType model)
Parameters
Type | Name | Description |
---|---|---|
TireType | model | TireType instance |
Properties
| Improve this Doc View SourceIsSelectable
Gets or sets the IsSelectable-Flag as bool
Declaration
public bool IsSelectable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Model
Gets the current TireType model
Declaration
public TireType Model { get; }
Property Value
Type | Description |
---|---|
TireType |
Name
Gets or sets the Name as string
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |