Class WorkPieceTreeItemViewModel
- Namespace
- Loehnert.Lisrt.TypeAndResult.ViewModels
- Assembly
- Loehnert.Lisrt.TypeAndResult.dll
The view model for a WorkPieceModule instance.
public class WorkPieceTreeItemViewModel : ItemViewModel, INotifyPropertyChangedEx, ITreeItem, INotifyPropertyChanged
- Inheritance
-
PropertyChangedBaseWorkPieceTreeItemViewModel
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Constructors
WorkPieceTreeItemViewModel(WorkPieceModule)
Initializes a new instance of the WorkPieceTreeItemViewModel class.
public WorkPieceTreeItemViewModel(WorkPieceModule module)
Parameters
module
WorkPieceModuleModule for the WorkPiece.
Exceptions
- ArgumentNullException
Thrown when
module
is null.
Properties
Caption
Gets the caption.
public string Caption { get; }