SyntaxValidationResults Class |
Namespace: VDS.RDF.Parsing.Validation
The SyntaxValidationResults type exposes the following members.
| Name | Description | |
|---|---|---|
| SyntaxValidationResults(Boolean, String) |
Creates new Syntax Validation Results.
| |
| SyntaxValidationResults(String, Exception) |
Creates new Syntax Validation Results.
| |
| SyntaxValidationResults(Boolean, String, Exception) |
Creates new Syntax Validation Results.
| |
| SyntaxValidationResults(Boolean, String, Object) |
Creates new Syntax Validation Results.
| |
| SyntaxValidationResults(Boolean, String, Object, IEnumerableString) |
Creates new Syntax Validation Results.
| |
| SyntaxValidationResults(Boolean, String, Object, IEnumerableString, Exception) |
Creates new Syntax Validation Results.
|
| Name | Description | |
|---|---|---|
| Error |
Gets the Error that occurred.
| |
| IsValid |
Whether the Syntax was valid.
| |
| Message |
Gets the Validation Message.
| |
| Result |
Gets the Result Object that was produced.
| |
| Warnings |
Gets the Warnings that were produced.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |