Click or drag to resize

NodeErrorViewModel class

ViewModel for a loading error node.
Inheritance hierarchy

Namespace: Vishnu.ViewModel
Assembly: Vishnu.ViewModel (in Vishnu.ViewModel.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public class NodeErrorViewModel : DynamicUserControlViewModelBase

The NodeErrorViewModel Type exposes the following members.

Constructors
 NameDescription of the
Public MethodNodeErrorViewModel Constructor - takes over the superordinate ViewModel and the path to the dll that could not be loaded.
Back to the top
Properties
 NameDescription of the
Public PropertyDllPath Path to the dll where the loading error occurred.
Back to the top
Methods
 NameDescription of the
Protected MethodGetResultPropertyT 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)
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)
Protected MethodVerifyCalledOnUIThread Checks whether a call is made from the correct thread (dispatcher).
(Inherited from ObservableObject)
Back to the top
Events
 NameDescription of the
Public EventPropertyChanged The PropertyChanged event for the UI.
(Inherited from ObservableObject)
Back to the top
Fields
 NameDescription of the
Protected FieldDispatcher The dispatcher of the UI.
(Inherited from ObservableObject)
Protected FieldParentViewModel The ViewModel of the owning Vishnu node.
(Inherited from DynamicUserControlViewModelBase)
Back to the top
Remarks
File: NodeErrorViewModel Author: Erik Nagel 12.04.2015 Erik Nagel: created
See also