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