ISyntaxValidationResults Interface |
Namespace: VDS.RDF.Parsing.Validation
The ISyntaxValidationResults type exposes the following members.
| Name | Description | |
|---|---|---|
| Error |
Gets any validation error.
| |
| IsValid |
Gets whether the Syntax was valid.
| |
| Message |
Gets an informational message about the validity/invalidity of the Syntax.
| |
| Result |
Gets any result object that was parsed from the syntax.
| |
| Warnings |
Gets an enumeration of any warning messages.
|