Node |
The NodeErrorViewModel Type exposes the following members.
| Name | Description of the | |
|---|---|---|
| NodeErrorViewModel | Constructor - takes over the superordinate ViewModel and the path to the dll that could not be loaded. |
| Name | Description of the | |
|---|---|---|
| DllPath | Path to the dll where the loading error occurred. |
| Name | Description of the | |
|---|---|---|
| GetResultPropertyT |
Retrieves a property with the name propertyName of type T
from the ReturnObject of the owning Vishnu node.
The ReturnObject must be of the type requiredReturnObjectType.
(Inherited from DynamicUserControlViewModelBase) | |
| OnPropertyChanged |
Reports for the UI when a property has changed.
(Inherited from ObservableObject) | |
| RaisePropertyChanged(String) |
Triggers OnPropertyChanged.
(Inherited from ObservableObject) | |
| RaisePropertyChangedT(ExpressionFuncT) |
Triggers OnPropertyChanged.
(Inherited from ObservableObject) | |
| VerifyCalledOnUIThread |
Checks whether a call is made from the correct thread (dispatcher).
(Inherited from ObservableObject) |
| Name | Description of the | |
|---|---|---|
| PropertyChanged |
The PropertyChanged event for the UI.
(Inherited from ObservableObject) |
| Name | Description of the | |
|---|---|---|
| Dispatcher |
The dispatcher of the UI.
(Inherited from ObservableObject) | |
| ParentViewModel |
The ViewModel of the owning Vishnu node.
(Inherited from DynamicUserControlViewModelBase) |