NodeValidator<TContext, TBaseNode, TNode>.Validate Method
Definition
Validate the node and return any Messages to attach to the node to describe any validation issues.
protected abstract IEnumerable<Message> Validate(TContext? context, TNode node);
Parameters
| Name | Type | Description |
|---|---|---|
context |
TContext |
The processing context. |
node |
TNode |
The node to validate. |
Returns
Messages to attach to the node.