Home EvaluationResults Class
EvaluationResults Class
Cancel

EvaluationResults Class

Namespace: Json.Schema

Inheritance: EvaluationResults 🡒 object

The results object for evaluations.

Properties

NameTypeSummary
AnnotationsDictionary<string, JsonElement>The collection of annotations from this node.
DetailsList<EvaluationResults>The collection of nested results.
ErrorsDictionary<string, string>The collection of error from this node.
EvaluationPathJsonPointerThe schema location that generated this node.
InstanceLocationJsonPointerThe instance location that was processed.
IsValidboolIndicates whether the validation passed or failed.
ParentEvaluationResultsGets the parent result.
SchemaLocationUriThe absolute schema location.

Methods

ToFlag()

Transforms the results to the flag format.

Declaration

1
public void ToFlag()

ToList()

Transforms the results to the basic format.

Declaration

1
public void ToList()
Contents