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