The result of a validation.
See Also: Inherited members from object.
|
Captures the result of a validation. |
[read-only] | Problems | IEnumerable<ValidationProblem> . Retrieves the problems that have been found. |
[read-only] | Valid | bool . Has the validation been successful? |
static
|
Singleton<T>
(this T)An enumerable containing a single element. |
Captures the result of a validation.Syntax
public ValidationResult (bool valid, IEnumerable<ValidationProblem> problems)Parameters
- valid
- valid/not valid result
- problems
- list of problems encountered
Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Validation
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.10.0.256
Retrieves the problems that have been found.Syntax
public IEnumerable<ValidationProblem> Problems { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Validation
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.10.0.256
Has the validation been successful?Syntax
public bool Valid { get; }Value
Documentation for this section has not yet been entered.Remarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Validation
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.10.0.256