Table of Contents

Class TypeDataTreeItemViewModel

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

Class for a view model of a TypeDataModule in a ModuleTreeItemViewModel.

public class TypeDataTreeItemViewModel : ItemViewModel, INotifyPropertyChangedEx, ITreeItem, INotifyPropertyChanged
Inheritance
PropertyChangedBase
TypeDataTreeItemViewModel
Implements
INotifyPropertyChangedEx
Inherited Members
PropertyChangedBase.Refresh()
PropertyChangedBase.IsNotifying
PropertyChangedBase.PropertyChanged

Constructors

TypeDataTreeItemViewModel(TypeDataModule)

Initializes a new instance of the TypeDataTreeItemViewModel class.

public TypeDataTreeItemViewModel(TypeDataModule module)

Parameters

module TypeDataModule

Type data module.

Exceptions

ArgumentNullException

Thrown when module is null.

Properties

Caption

Gets the caption of the tree item.

public string Caption { get; }

Property Value

string