Skip to content

NodeValidator<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(TNode node);

Parameters

Name Type Description
node TNode The node to validate.

Returns

IEnumerable<Message>

Messages to attach to the node.