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
-
PropertyChangedBaseTypeDataTreeItemViewModel
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Constructors
TypeDataTreeItemViewModel(TypeDataModule)
Initializes a new instance of the TypeDataTreeItemViewModel class.
public TypeDataTreeItemViewModel(TypeDataModule module)
Parameters
module
TypeDataModuleType data module.
Exceptions
- ArgumentNullException
Thrown when
module
is null.
Properties
Caption
Gets the caption of the tree item.
public string Caption { get; }