Click or drag to resize

Report Methods

The Report type exposes the following members.

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 methodStatic memberParse
Wraps a graph with SHACL validation report data.
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