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