Table of Contents

Class TypeDataViewModel

Namespace
Loehnert.Lisrt.TypeAndResult.TypeDataControl.ViewModels
Assembly
Loehnert.Lisrt.TypeAndResult.dll

ViewModel for showing TypeData.

public class TypeDataViewModel : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
Inheritance
PropertyChangedBase
TypeDataViewModel
Implements
INotifyPropertyChangedEx
Inherited Members
PropertyChangedBase.Refresh()
PropertyChangedBase.IsNotifying
PropertyChangedBase.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

ObservableCollection<ITreeItem>

IsReadOnly

Gets or sets a value indicating whether the control is readonly.

public bool IsReadOnly { get; set; }

Property Value

bool

TypeData

Gets or sets the type data.

public TypeData TypeData { get; set; }

Property Value

TypeData