Click or drag to resize

NodeErrorControl class

Interaction logic for NodeErrorControl.xaml
Inheritance hierarchy
SystemObject
  System.Windows.ThreadingDispatcherObject
    System.WindowsDependencyObject
      System.Windows.MediaVisual
        System.WindowsUIElement
          System.WindowsFrameworkElement
            System.Windows.ControlsControl
              System.Windows.ControlsContentControl
                System.Windows.ControlsUserControl
                  Vishnu.ViewModelDynamicUserControlBase
                    Vishnu.WPF_UINodeErrorControl

Namespace: Vishnu.WPF_UI
Assembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public class NodeErrorControl : DynamicUserControlBase,
	 
	IComponentConnector

The NodeErrorControl Type exposes the following members.

Constructors
 NameDescription of the
Public MethodNodeErrorControl Standard constructor.
Back to the top
Properties
 NameDescription of the
Public PropertyDllPath Path to the dll that could not be loaded.
Public PropertyNodeErrorUserResultViewModel ViewModel for a loading error node.
Public PropertyUserResultViewModel Adopts the current, specific DataContext for Vishnu as IVishnuViewModel.
(Inherited from DynamicUserControlBase)
Back to the top
Methods
 NameDescription of the
Public MethodDispose Public method for cleaning up.
(Inherited from DynamicUserControlBase)
Protected MethodDispose(Boolean) Clean up here: calls Dispose() for all user elements that are disposable.
(Inherited from DynamicUserControlBase)
Protected MethodDoDispose The actions required for disposing are carried out here.
(Inherited from DynamicUserControlBase)
Protected MethodFinalise Finaliser: is called by the GarbageCollector.
(Inherited from DynamicUserControlBase)
Public MethodGetParentViewAbsoluteScreenPosition Absolute screen position of the centre of the containing control.
(Inherited from DynamicUserControlBase)
Protected MethodGetUserResultViewModel Concrete override of GetUserResultViewModel, returns a specific ResultViewModel.
(Overwrites DynamicUserControlBaseGetUserResultViewModel(IVishnuViewModel))
Public MethodInitializeComponent InitializeComponent
Protected MethodOnDynamicUserControl_ContentRendered Triggers the OnDynamicUserControl_ContentRendered event.
(Inherited from DynamicUserControlBase)
Protected MethodSetContextMenuDataContext Sets the specific DataContext for the ContextMenu. Can be overwritten (example: LogicalTaskJobGroupsControl.xaml.cs).
(Inherited from DynamicUserControlBase)
Back to the top
Events
 NameDescription of the
Public EventDynamicUserControl_ContentRendered Standard handler for mounting the WPF event system in the registered event DynamicUserControl_ContentRenderedEvent.
(Inherited from DynamicUserControlBase)
Back to the top
See also