Validator<TBaseNode>.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(TBaseNode node);
Parameters
| Name | Type | Description |
|---|---|---|
node |
TBaseNode |
The node to validate. |
Returns
Messages to attach to the node.