Table of Contents

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
PropertyChangedBase
WorkPieceTreeItemViewModel
Implements
INotifyPropertyChangedEx
Inherited Members
PropertyChangedBase.Refresh()
PropertyChangedBase.IsNotifying
PropertyChangedBase.PropertyChanged

Constructors

WorkPieceTreeItemViewModel(WorkPieceModule)

Initializes a new instance of the WorkPieceTreeItemViewModel class.

public WorkPieceTreeItemViewModel(WorkPieceModule module)

Parameters

module WorkPieceModule

Module for the WorkPiece.

Exceptions

ArgumentNullException

Thrown when module is null.

Properties

Caption

Gets the caption.

public string Caption { get; }

Property Value

string