A validation "problem" which may be an error or a warning.
See Also: Inherited members from object.
|
Creates an instance of ValidationProblem. |
static
|
Singleton<T>
(this T)An enumerable containing a single element. |
Creates an instance of ValidationProblem.Syntax
public ValidationProblem (string message, int line, int column, System.Xml.Schema.XmlSeverityType type)Parameters
- message
- the problem's message
- line
- line the problem was detected in
- column
- column the problem was detected at
- type
- the type of problem
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.9.2.240
The column where the problem occured or UNKNOWN.Syntax
public int Column { 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.9.2.240
The line where the problem occured or UNKNOWN.Syntax
public int Line { 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.9.2.240
The problem's message.Syntax
public string Message { 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.9.2.240
Documentation for this section has not yet been entered.Syntax
public override string ToString ()Returns
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.9.2.240
Whether this is an error or a warning.Syntax
public System.Xml.Schema.XmlSeverityType Type { 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.9.2.240
Used as line or column number if the the real value is unknownValue: -1
Syntax
public const int UNKNOWNRemarks
Documentation for this section has not yet been entered.Requirements
Namespace: Org.XmlUnit.Validation
Assembly: xmlunit-core (in xmlunit-core.dll)
Assembly Versions: 2.9.2.240