Class FuelCardTypeViewModel
Viewmodel for the FuelCardTypeEditor
Inheritance
System.Object
FuelCardTypeViewModel
Implements
Namespace: Simplic.PlugIn.Logistics.UI.ViewModel
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class FuelCardTypeViewModel : UI.MVC.ViewModelBase, ICoreDataViewModel
Constructors
| Improve this Doc View SourceFuelCardTypeViewModel(FuelCardType)
Initialize new FuelCardType view model
Declaration
public FuelCardTypeViewModel(FuelCardType model)
Parameters
Type | Name | Description |
---|---|---|
FuelCardType | model | FuelCardType 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 FuelCardType model
Declaration
public FuelCardType Model { get; }
Property Value
Type | Description |
---|---|
FuelCardType |
Name
Gets or sets the Name as string
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |