Click or drag to resize

LogicalTaskTree class

Contains an extended logical expression, hierarchically structured tree with sheets in which user-specific processing nodes can be inserted dynamically. Serves as a framework for process monitoring and control.
Inheritance hierarchy
SystemObject
  LogicalTaskTreeLogicalTaskTree

Namespace: LogicalTaskTree
Assembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public class LogicalTaskTree : IDisposable,
	 
	IBusinessLogicRoot

The LogicalTaskTree Type exposes the following members.

Constructors
 NameDescription of the
Public MethodLogicalTaskTree Constructor - takes over the global tree parameters and the data source for the job.
Back to the top
Properties
 NameDescription of the
Public PropertyTree Returns the RootJobList of the LogicalTaskTree including setter.
Public PropertyTreeParams Additional parameters that are valid for the entire tree or null.
Back to the top
Methods
 NameDescription of the
Public MethodDispose Public method for cleaning up.
Protected MethodDispose(Boolean) Clean up here: calls Dispose() for all user elements that are disposable.
Protected MethodFinalise Finaliser: is called by the GarbageCollector.
(Overwrites ObjectFinalise)
Public MethodGetTopJobList Returns the topmost JobList of the tree as IVishnuNode.
Public MethodSetTopJobList Sets the topmost JobList of the tree. Returns the previously topmost JobList.
Back to the top
Fields
 NameDescription of the
Public FieldStatic MemberTreeId Unique ID addition per tree.
Back to the top
Notes
File: LogicalTaskTree.cs Author: Erik Nagel 18/08/2014 Erik Nagel: created
See also