Click or drag to resize

TreeParameters class

Parameters that Checkern receives with every call are given by Vishnu (not user-specific).
Inheritance hierarchy
SystemObject
  Vishnu.InterchangeTreeParameters

Namespace: Vishnu.Interchange
Assembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public class TreeParameters

The TreeParameters Type exposes the following members.

Constructors
 NameDescription of the
Public MethodTreeParameters(String) Constructor - takes the logical name of the tree.
Public MethodTreeParameters(String, FrameworkElement) Constructor - takes the logical name of the tree and the parent control.
Back to the top
Properties
 NameDescription of the
Public PropertyBusinessLogicRoot Internal, cross-assembly parameter. Contains the LogicalTaskTree as IBusinessLogicRoot in order to create a direct assembly reference to LogicalTaskTree. Is resolved again within the Vishnu.ViewModel assembly. There is a reference to LogicalTaskTree.
Public PropertyCheckerDllDirectory Path to the Checker.dll directory.
Public PropertyLastParentViewAbsoluteScreenPosition The absolute screen position of the centre of the containing control.
Public PropertyName Name of the tree.
Public PropertyParentView The associated Control.
Public PropertyViewModelRoot Internal, cross-assembly parameter. Contains the LogicalTaskTreeViewModel as IViewModelRoot in order to create a direct assembly reference to Vishnu.ViewModel. Is resolved again within the Vishnu.ViewModel assembly.
Back to the top
Methods
 NameDescription of the
Public MethodEquals Overwritten equals method.
(Overwrites ObjectEquals(Object))
Public MethodGetHashCode Overwritten GetHashCode method.
(Overwrites ObjectGetHashCode)
Public MethodGetParentViewAbsoluteScreenPosition Absolute screen position of the centre of the containing control.
Public MethodThreadAccessMainWindowScreenInfo Provides threadsafe position and dimensions of the MainWindow.
Public MethodToString Overwritten ToString method - returns only the name.
(Overwrites ObjectToString)
Back to the top
Remarks
File: TreeParameters.cs Author: Erik Nagel 16.06.2015 Erik Nagel: created
See also