Click or drag to resize

TreeEventTrigger class

Trigger for internal events from the tree. Makes tree events usable for triggers "from outside" and extends This is the range of trigger applications. A TreeEventTrigger triggers 1 to n checkers.
Inheritance hierarchy
SystemObject
  LogicalTaskTreeTreeEventTrigger

Namespace: LogicalTaskTree
Assembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public class TreeEventTrigger : INodeTrigger

The TreeEventTrigger Type exposes the following members.

Constructors
 NameDescription of the
Public MethodTreeEventTrigger constructor - takes over and generates various information for the TreeEventTrigger.
Back to the top
Properties
 NameDescription of the
Public PropertyInfo Contains information on the owning trigger. NextRun and NextRunInfo are implemented. To add further information, this class can be derived.
Public PropertyInternalEvents A normalised string with internal event names separated by '|'.
Public PropertyIsActive Replaces starting and stopping with internal triggers.
Public PropertyLastTreeEvent The last TreeEvent that occurred for this trigger or null.
Public PropertyOwnerId Id of the node that is triggered by the event (not the node that triggers the event).
Public PropertyReferencedNodeId Contains the name of the referenced original node.
Back to the top
Methods
 NameDescription of the
Public MethodStart Sets the internal trigger to active.
Public MethodStop Sets the internal trigger to deactivated.
Back to the top
Remarks
File: TreeEventTrigger.cs Author: Erik Nagel 19.11.2013 Erik Nagel: created
See also