Click or drag to resize

ISyntaxValidationResults Interface

Interface for Validation Results.

Namespace:  VDS.RDF.Parsing.Validation
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public interface ISyntaxValidationResults

The ISyntaxValidationResults type exposes the following members.

Properties
  NameDescription
Public propertyError
Gets any validation error.
Public propertyIsValid
Gets whether the Syntax was valid.
Public propertyMessage
Gets an informational message about the validity/invalidity of the Syntax.
Public propertyResult
Gets any result object that was parsed from the syntax.
Public propertyWarnings
Gets an enumeration of any warning messages.
Top
See Also