VariableNode Class |
Namespace: VDS.RDF
The VariableNode type exposes the following members.
Name | Description | |
---|---|---|
![]() | VariableNode() |
Deserialization Only Constructor.
|
![]() | VariableNode(SerializationInfo, StreamingContext) |
Deserialization Constructor.
|
![]() | VariableNode(IGraph, String) |
Creates a new Variable Node.
|
Name | Description | |
---|---|---|
![]() | EffectiveType |
Gets the URI of the datatype this valued node represents as a String.
(Inherited from BaseVariableNode.) |
![]() | 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 BaseVariableNode.) |
![]() | VariableName |
Gets the Variable Name.
(Inherited from BaseVariableNode.) |
Name | Description | |
---|---|---|
![]() | AsBoolean |
Throws an error as variables cannot be converted to types.
(Inherited from BaseVariableNode.) |
![]() | AsDateTime |
Throws an error as variables cannot be converted to types.
(Inherited from BaseVariableNode.) |
![]() | AsDateTimeOffset |
Throws an error as variables cannot be converted to types.
(Inherited from BaseVariableNode.) |
![]() | AsDecimal |
Throws an error as variables cannot be converted to types.
(Inherited from BaseVariableNode.) |
![]() | AsDouble |
Throws an error as variables cannot be converted to types.
(Inherited from BaseVariableNode.) |
![]() | AsFloat |
Throws an error as variables cannot be converted to types.
(Inherited from BaseVariableNode.) |
![]() | AsInteger |
Throws an error as variables cannot be converted to types.
(Inherited from BaseVariableNode.) |
![]() | AsString |
Throws an error as variables cannot be converted to types.
(Inherited from BaseVariableNode.) |
![]() | AsTimeSpan |
Throws an error as variables cannot be cast to a time span.
(Inherited from BaseVariableNode.) |
![]() | CompareTo(BaseVariableNode) |
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Inherited from BaseVariableNode.) |
![]() | CompareTo(IBlankNode) |
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Inherited from BaseVariableNode.) |
![]() | CompareTo(IGraphLiteralNode) |
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Inherited from BaseVariableNode.) |
![]() | CompareTo(ILiteralNode) |
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Inherited from BaseVariableNode.) |
![]() | CompareTo(INode) |
Compares this Node to another Node.
(Inherited from BaseVariableNode.) |
![]() | CompareTo(IUriNode) |
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Inherited from BaseVariableNode.) |
![]() | CompareTo(IVariableNode) |
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Inherited from BaseVariableNode.) |
![]() | CompareTo(VariableNode) |
Compares this Node to another Variable Node.
|
![]() | Equals(Object) |
Gets whether this Node is equal to some Object.
(Inherited from BaseVariableNode.) |
![]() | Equals(BaseVariableNode) |
Determines whether this Node is equal to a Variable Node.
(Inherited from BaseVariableNode.) |
![]() | Equals(IBlankNode) |
Determines whether this Node is equal to a Blank Node (should always be false).
(Inherited from BaseVariableNode.) |
![]() | Equals(IGraphLiteralNode) |
Determines whether this Node is equal to a Graph Literal Node (should always be false).
(Inherited from BaseVariableNode.) |
![]() | Equals(ILiteralNode) |
Determines whether this Node is equal to a Literal Node (should always be false).
(Inherited from BaseVariableNode.) |
![]() | Equals(INode) |
Gets whether this Node is equal to some other Node.
(Inherited from BaseVariableNode.) |
![]() | Equals(IUriNode) |
Determines whether this Node is equal to a URI Node (should always be false).
(Inherited from BaseVariableNode.) |
![]() | Equals(IVariableNode) |
Determines whether this Node is equal to a Variable Node.
(Inherited from BaseVariableNode.) |
![]() | Equals(VariableNode) |
Determines whether this Node is equal to a Variable 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 BaseVariableNode.) |
![]() | 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 BaseVariableNode.) |
![]() | ToString() |
Gets the String representation of this Node.
(Inherited from BaseVariableNode.) |
![]() | 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 BaseVariableNode.) |
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.) |