Click or drag to resize

UriNode Methods

The UriNode type exposes the following members.

Methods
  NameDescription
Public methodAsBoolean
Throws an error as URIs cannot be cast to a boolean.
(Inherited from BaseUriNode.)
Public methodAsDateTime
Throws an error as URIs cannot be cast to a date time.
(Inherited from BaseUriNode.)
Public methodAsDateTimeOffset
Throws an error as URIs cannot be cast to a date time.
(Inherited from BaseUriNode.)
Public methodAsDecimal
Throws an error as URIs cannot be cast to numerics.
(Inherited from BaseUriNode.)
Public methodAsDouble
Throws an error as URIs cannot be cast to numerics.
(Inherited from BaseUriNode.)
Public methodAsFloat
Throws an error as URIs cannot be cast to numerics.
(Inherited from BaseUriNode.)
Public methodAsInteger
Throws an error as URIs cannot be cast to numerics.
(Inherited from BaseUriNode.)
Public methodAsString
Gets the value of the node as a string.
(Inherited from BaseUriNode.)
Public methodAsTimeSpan
Throws an error as URIs cannot be cast to a time span.
(Inherited from BaseUriNode.)
Public methodCompareTo(BaseUriNode)
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Inherited from BaseUriNode.)
Public methodCompareTo(IBlankNode)
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Inherited from BaseUriNode.)
Public methodCompareTo(IGraphLiteralNode)
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Inherited from BaseUriNode.)
Public methodCompareTo(ILiteralNode)
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Inherited from BaseUriNode.)
Public methodCompareTo(INode)
Implementation of Compare To for Uri Nodes.
(Inherited from BaseUriNode.)
Public methodCompareTo(IUriNode)
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Inherited from BaseUriNode.)
Public methodCompareTo(IVariableNode)
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Inherited from BaseUriNode.)
Public methodCompareTo(UriNode)
Implementation of Compare To for URI Nodes.
Public methodEquals(Object)
Implementation of Equality for Uri Nodes.
(Inherited from BaseUriNode.)
Public methodEquals(BaseUriNode)
Determines whether this Node is equal to a URI Node.
(Inherited from BaseUriNode.)
Public methodEquals(IBlankNode)
Determines whether this Node is equal to a Blank Node (should always be false).
(Inherited from BaseUriNode.)
Public methodEquals(IGraphLiteralNode)
Determines whether this Node is equal to a Graph Literal Node (should always be false).
(Inherited from BaseUriNode.)
Public methodEquals(ILiteralNode)
Determines whether this Node is equal to a Literal Node (should always be false).
(Inherited from BaseUriNode.)
Public methodEquals(INode)
Implementation of Equality for Uri Nodes.
(Inherited from BaseUriNode.)
Public methodEquals(IUriNode)
Determines whether this Node is equal to a URI Node.
(Inherited from BaseUriNode.)
Public methodEquals(IVariableNode)
Determines whether this Node is equal to a Variable Node (should always be false).
(Inherited from BaseUriNode.)
Public methodEquals(UriNode)
Determines whether this Node is equal to a URI Node.
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
Gets a Hash Code for a Node.
(Inherited from BaseNode.)
Public methodGetObjectData
Gets the data for serialization.
(Inherited from BaseUriNode.)
Public methodGetSchema
Gets the schema for XML serialization.
(Inherited from BaseNode.)
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 methodReadXml
Reads the data for XML deserialization.
(Inherited from BaseUriNode.)
Public methodToString
Gets a String representation of a Uri as a plain text Uri.
(Inherited from BaseUriNode.)
Public methodToString(INodeFormatter)
Gets the String representation of the Node formatted with the given Node formatter.
(Inherited from BaseNode.)
Public methodToString(INodeFormatter, TripleSegment)
Gets the String representation of the Node formatted with the given Node formatter.
(Inherited from BaseNode.)
Public methodWriteXml
Writes the data for XML serialization.
(Inherited from BaseUriNode.)
Top
See Also