UriNode Class |
Namespace: VDS.RDF
The UriNode type exposes the following members.
Name | Description | |
---|---|---|
UriNode |
Deserilization Only Constructor.
| |
UriNode(SerializationInfo, StreamingContext) |
Deserialization Constructor.
| |
UriNode(IGraph, String) |
Internal Only Constructor for URI Nodes.
| |
UriNode(IGraph, Uri) |
Internal Only Constructor for URI Nodes.
|
Name | Description | |
---|---|---|
EffectiveType |
Gets the URI of the datatype this valued node represents as a String.
(Inherited from BaseUriNode.) | |
Graph |
Nodes belong to a Graph.
(Inherited from BaseNode.) | |
GraphUri |
Gets/Sets the Graph Uri of the Node.
(Inherited from BaseNode.) | |
NodeType |
Nodes have a Type.
(Inherited from BaseNode.) | |
NumericType |
Gets the numeric type of the expression.
(Inherited from BaseUriNode.) | |
Uri |
Gets the Uri for this Node.
(Inherited from BaseUriNode.) |
Name | Description | |
---|---|---|
AsBoolean |
Throws an error as URIs cannot be cast to a boolean.
(Inherited from BaseUriNode.) | |
AsDateTime |
Throws an error as URIs cannot be cast to a date time.
(Inherited from BaseUriNode.) | |
AsDateTimeOffset |
Throws an error as URIs cannot be cast to a date time.
(Inherited from BaseUriNode.) | |
AsDecimal |
Throws an error as URIs cannot be cast to numerics.
(Inherited from BaseUriNode.) | |
AsDouble |
Throws an error as URIs cannot be cast to numerics.
(Inherited from BaseUriNode.) | |
AsFloat |
Throws an error as URIs cannot be cast to numerics.
(Inherited from BaseUriNode.) | |
AsInteger |
Throws an error as URIs cannot be cast to numerics.
(Inherited from BaseUriNode.) | |
AsString |
Gets the value of the node as a string.
(Inherited from BaseUriNode.) | |
AsTimeSpan |
Throws an error as URIs cannot be cast to a time span.
(Inherited from BaseUriNode.) | |
CompareTo(BaseUriNode) |
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Inherited from BaseUriNode.) | |
CompareTo(IBlankNode) |
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Inherited from BaseUriNode.) | |
CompareTo(IGraphLiteralNode) |
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Inherited from BaseUriNode.) | |
CompareTo(ILiteralNode) |
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Inherited from BaseUriNode.) | |
CompareTo(INode) |
Implementation of Compare To for Uri Nodes.
(Inherited from BaseUriNode.) | |
CompareTo(IUriNode) |
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Inherited from BaseUriNode.) | |
CompareTo(IVariableNode) |
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Inherited from BaseUriNode.) | |
CompareTo(UriNode) |
Implementation of Compare To for URI Nodes.
| |
Equals(Object) |
Implementation of Equality for Uri Nodes.
(Inherited from BaseUriNode.) | |
Equals(BaseUriNode) |
Determines whether this Node is equal to a URI Node.
(Inherited from BaseUriNode.) | |
Equals(IBlankNode) |
Determines whether this Node is equal to a Blank Node (should always be false).
(Inherited from BaseUriNode.) | |
Equals(IGraphLiteralNode) |
Determines whether this Node is equal to a Graph Literal Node (should always be false).
(Inherited from BaseUriNode.) | |
Equals(ILiteralNode) |
Determines whether this Node is equal to a Literal Node (should always be false).
(Inherited from BaseUriNode.) | |
Equals(INode) |
Implementation of Equality for Uri Nodes.
(Inherited from BaseUriNode.) | |
Equals(IUriNode) |
Determines whether this Node is equal to a URI Node.
(Inherited from BaseUriNode.) | |
Equals(IVariableNode) |
Determines whether this Node is equal to a Variable Node (should always be false).
(Inherited from BaseUriNode.) | |
Equals(UriNode) |
Determines whether this Node is equal to a URI Node.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode |
Gets a Hash Code for a Node.
(Inherited from BaseNode.) | |
GetObjectData |
Gets the data for serialization.
(Inherited from BaseUriNode.) | |
GetSchema |
Gets the schema for XML serialization.
(Inherited from BaseNode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ReadXml |
Reads the data for XML deserialization.
(Inherited from BaseUriNode.) | |
ToString |
Gets a String representation of a Uri as a plain text Uri.
(Inherited from BaseUriNode.) | |
ToString(INodeFormatter) |
Gets the String representation of the Node formatted with the given Node formatter.
(Inherited from BaseNode.) | |
ToString(INodeFormatter, TripleSegment) |
Gets the String representation of the Node formatted with the given Node formatter.
(Inherited from BaseNode.) | |
WriteXml |
Writes the data for XML serialization.
(Inherited from BaseUriNode.) |
Name | Description | |
---|---|---|
_graph |
Reference to the Graph that the Node belongs to.
(Inherited from BaseNode.) | |
_graphUri |
Uri of the Graph that the Node belongs to.
(Inherited from BaseNode.) | |
_hashcode |
Stores the computed Hash Code for this Node.
(Inherited from BaseNode.) | |
_nodetype |
Node Type for the Node.
(Inherited from BaseNode.) |