Class TypeDataViewModel
- Namespace
- Loehnert.Lisrt.TypeAndResult.TypeDataControl.ViewModels
- Assembly
- Loehnert.Lisrt.TypeAndResult.dll
ViewModel for showing TypeData.
public class TypeDataViewModel : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
- Inheritance
-
PropertyChangedBaseTypeDataViewModel
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Constructors
TypeDataViewModel()
Initializes a new instance of the TypeDataViewModel class.
public TypeDataViewModel()
Properties
FirstGeneration
Gets the first generation of type data tree items.
public ObservableCollection<ITreeItem> FirstGeneration { get; }
Property Value
IsReadOnly
Gets or sets a value indicating whether the control is readonly.
public bool IsReadOnly { get; set; }
Property Value
TypeData
Gets or sets the type data.
public TypeData TypeData { get; set; }