Validator<TNode> Class
Definition
An UnorderedProcessor<TNode> for validating nodes in a tree.
public abstract class Validator<TNode> : UnorderedProcessor<TNode>
where TNode : Node<TNode>
Type Parameters
Name | Description |
---|---|
TNode |
Constructors
Name | Description |
---|---|
Methods
Name | Description |
---|---|
Validate the node and return any Messages to attach to the node to describe any validation issues. |
Last modified: 22 November 2024