Click or drag to resize

LogicalTaskTreeViewModel methods

The LogicalTaskTreeViewModel Type exposes the following members.

Methods
 NameDescription of the
Public MethodStatic MemberFlattenTree Turns a transferred (sub)tree into a flat list. Which node types are displayed in the list and which are not, can be configured externally in the app.config via "FlatNodeListFilter" value="NodeConnector|ValueModifier|Constant|Checker|NodeList|JobList|Snapshot" be determined.
Protected MethodOnPropertyChanged Reports for the UI when a property has changed.
(Inherited from ObservableObject)
Public MethodRaisePropertyChanged(String) Triggers OnPropertyChanged.
(Inherited from ObservableObject)
Public MethodRaisePropertyChangedT(ExpressionFuncT) Triggers OnPropertyChanged.
(Inherited from ObservableObject)
Public MethodSaveTreeState Saves the current display status of the main window (parameter) and all nodes (collapsed or expanded).
Protected MethodVerifyCalledOnUIThread Checks whether a call is made from the correct thread (dispatcher).
(Inherited from ObservableObject)
Back to the top
See also