Node Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Node in a trigger tree.
public class Node
type Node = class
Public Class Node
- Inheritance
-
Node
Properties
AllTriggers |
Gets all triggers that contain the Clause in this node. |
Clause |
Gets the logical conjunction this node represents. |
Specializations |
Gets specialized children of this node. |
Tree |
Gets the tree this node is found in. |
Triggers |
Gets all of the most specific triggers that contain the Clause in this node. |
Methods
Relationship(Node) |
Identify the relationship between two nodes. |
ToString() |
Returns a string that represents the current object. |
ToString(StringBuilder, Int32) |
Returns a string that represents the current object. |