[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Superclass of all nodes in an evaluation tree representing an event pattern expression.
Follows the Composite pattern. Child nodes do not carry references to parent nodes, the tree
is unidirectional.
The following tables list the members exposed by the EvalNode type.
Public Methods
Name | Description | |
---|---|---|
![]() | AddChildNode | Adds a child node. |
![]() | DumpDebug | Recursively print out all nodes. |
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | NewState | Create the evaluation state node containing the truth value state for each operator in an
event expression.
|
![]() | ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |