Home KeywordEvaluation Class
KeywordEvaluation Class
Cancel

KeywordEvaluation Class

Namespace: Json.Schema

Inheritance: KeywordEvaluation 🡒 object

Represents any evaluation-time work (i.e. any work that requires the instance) for keywords.

Properties

NameTypeSummary
ChildEvaluationsSchemaEvaluation[]Gets any child evaluations for this keyword.
LocalInstanceJsonNodeGets the local instance to be evaluated.
ResultsEvaluationResultsGets the local results object.
SiblingEvaluationsKeywordEvaluation[]Gets any sibling evaluations for this keyword.

Methods

MarkAsSkipped()

Indicates that the evaluation should be skipped and no work is to be done, e.g. then is skipped when if fails validation.

Declaration

1
public void MarkAsSkipped()
Contents