Click or drag to resize

Result Class

Represents a SHACL validation result.
Inheritance Hierarchy

Namespace:  VDS.RDF.Shacl.Validation
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public class Result : WrapperNode

The Result type exposes the following members.

Properties
  NameDescription
Public propertyFocusNode
Gets or sets the focus node that has caused thes result.
Public propertyGraph
Gets the Graph the Node belongs to.
(Inherited from WrapperNode.)
Public propertyGraphUri
Gets/Sets the Graph URI associated with a Node.
(Inherited from WrapperNode.)
Public propertyMessage
Gets or sets additional textual details about the result.
Protected propertyNode
Gets the underlying node this is a wrapper around.
(Inherited from WrapperNode.)
Public propertyNodeType
Nodes have a Type.
(Inherited from WrapperNode.)
Public propertyResultPath
Gets or sets the optional path of the property shape that has caused the result.
Public propertyResultValue
Gets or sets the value that has caused the result.
Public propertySeverity
Gets or sets the severity of the result.
Public propertySourceConstraint
Gets or sets the optional SPARQL-based constraint the has caused the result.
Public propertySourceConstraintComponent
Gets or sets the IRI of the constraint component that has caused the result.
Public propertySourceShape
Gets or sets the shape that the given focus node was validated against.
Top
Methods
  NameDescription
Public methodCompareTo(IBlankNode)
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
(Inherited from WrapperNode.)
Public methodCompareTo(IGraphLiteralNode)
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
(Inherited from WrapperNode.)
Public methodCompareTo(ILiteralNode)
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
(Inherited from WrapperNode.)
Public methodCompareTo(INode)
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
(Inherited from WrapperNode.)
Public methodCompareTo(IUriNode)
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
(Inherited from WrapperNode.)
Public methodCompareTo(IVariableNode)
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
(Inherited from WrapperNode.)
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Inherited from WrapperNode.)
Public methodEquals(IBlankNode)
Indicates whether the current object is equal to another object of the same type.
(Inherited from WrapperNode.)
Public methodEquals(IGraphLiteralNode)
Indicates whether the current object is equal to another object of the same type.
(Inherited from WrapperNode.)
Public methodEquals(ILiteralNode)
Indicates whether the current object is equal to another object of the same type.
(Inherited from WrapperNode.)
Public methodEquals(INode)
Indicates whether the current object is equal to another object of the same type.
(Inherited from WrapperNode.)
Public methodEquals(IUriNode)
Indicates whether the current object is equal to another object of the same type.
(Inherited from WrapperNode.)
Public methodEquals(IVariableNode)
Indicates whether the current object is equal to another object of the same type.
(Inherited from WrapperNode.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from WrapperNode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from WrapperNode.)
Public methodToString(INodeFormatter)
Gets the String representation of the Node formatted with the given Node formatter.
(Inherited from WrapperNode.)
Public methodToString(INodeFormatter, TripleSegment)
Gets the String representation of the Node formatted with the given Node formatter.
(Inherited from WrapperNode.)
Top
See Also