Click or drag to resize

LogicalTaskJobGroupsControl class

Interaction logic for LogicalTaskJobGroupsControl.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_UILogicalTaskJobGroupsControl

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

The LogicalTaskJobGroupsControl Type exposes the following members.

Constructors
 NameDescription of the
Public MethodLogicalTaskJobGroupsControl Constructor: creates an instance of LogicalTaskJobGroupsControl and calls InitializeComponent().
Back to the top
Properties
 NameDescription of the
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.
(Overwrites DynamicUserControlBaseDoDispose)
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 Abstract definition of GetUserResultViewModel: must be overwritten for specific application.
(Inherited from DynamicUserControlBase)
Public MethodInitializeComponent InitializeComponent
Protected MethodOnDynamicUserControl_ContentRendered Triggers the OnDynamicUserControl_ContentRendered event.
(Overwrites DynamicUserControlBaseOnDynamicUserControl_ContentRendered)
Protected MethodSetContextMenuDataContext Sets the specific DataContext for the ContextMenu.
(Overwrites DynamicUserControlBaseSetContextMenuDataContext)
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
Remarks
File: LogicalTaskJobGroupsControl.xaml.cs Author: Erik Nagel 01.10.2014 Erik Nagel: created
See also