Show / Hide Table of Contents

Interface ISyntaxValidationResults

Interface for Validation Results.

Namespace: VDS.RDF.Parsing.Validation
Assembly: dotNetRdf.dll
Syntax
public interface ISyntaxValidationResults

Properties

| Edit this page View Source

Error

Gets any validation error.

Declaration
Exception Error { get; }
Property Value
Type Description
Exception
| Edit this page View Source

IsValid

Gets whether the Syntax was valid.

Declaration
bool IsValid { get; }
Property Value
Type Description
bool
| Edit this page View Source

Message

Gets an informational message about the validity/invalidity of the Syntax.

Declaration
string Message { get; }
Property Value
Type Description
string
| Edit this page View Source

Result

Gets any result object that was parsed from the syntax.

Declaration
object Result { get; }
Property Value
Type Description
object
| Edit this page View Source

Warnings

Gets an enumeration of any warning messages.

Declaration
IEnumerable<string> Warnings { get; }
Property Value
Type Description
IEnumerable<string>

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Properties
    • Error
    • IsValid
    • Message
    • Result
    • Warnings
  • Extension Methods
Back to top Generated by DocFX