GraphLiteralNode Class |
Namespace: VDS.RDF
The GraphLiteralNode type exposes the following members.
| Name | Description | |
|---|---|---|
| GraphLiteralNode |
Deserialization Only Constructor.
| |
| GraphLiteralNode(IGraph) |
Creates a new Graph Literal Node in the given Graph which represents the given Subgraph.
| |
| GraphLiteralNode(SerializationInfo, StreamingContext) |
Deserialization Constructor.
| |
| GraphLiteralNode(IGraph, IGraph) |
Creates a new Graph Literal Node whose value is an empty Subgraph.
|
| Name | Description | |
|---|---|---|
| EffectiveType |
Gets the URI of the datatype this valued node represents as a String.
(Inherited from BaseGraphLiteralNode.) | |
| 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 node.
(Inherited from BaseGraphLiteralNode.) | |
| SubGraph |
Gets the Subgraph that this Node represents.
(Inherited from BaseGraphLiteralNode.) |
| Name | Description | |
|---|---|---|
| AsBoolean |
Throws an error as Graph Literals cannot be cast to a boolean.
(Inherited from BaseGraphLiteralNode.) | |
| AsDateTime |
Throws an error as Graph Literals cannot be cast to a date time.
(Inherited from BaseGraphLiteralNode.) | |
| AsDateTimeOffset |
Throws an error as Graph Literals cannot be cast to a date time.
(Inherited from BaseGraphLiteralNode.) | |
| AsDecimal |
Throws an error as Graph Literals cannot be cast to a decimal.
(Inherited from BaseGraphLiteralNode.) | |
| AsDouble |
Throws an error as Graph Literals cannot be cast to a double.
(Inherited from BaseGraphLiteralNode.) | |
| AsFloat |
Throws an error as Graph Literals cannot be cast to a float.
(Inherited from BaseGraphLiteralNode.) | |
| AsInteger |
Throws an error as Graph Literals cannot be cast to an integer.
(Inherited from BaseGraphLiteralNode.) | |
| AsString |
Throws an error as Graph Literals cannot be cast to a string.
(Inherited from BaseGraphLiteralNode.) | |
| AsTimeSpan |
Throws an error as Graph Literals cannot be cast to a time span.
(Inherited from BaseGraphLiteralNode.) | |
| CompareTo(BaseGraphLiteralNode) |
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Inherited from BaseGraphLiteralNode.) | |
| CompareTo(GraphLiteralNode) |
Implementation of Compare To for Graph Literal Nodes.
| |
| CompareTo(IBlankNode) |
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Inherited from BaseGraphLiteralNode.) | |
| CompareTo(IGraphLiteralNode) |
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Inherited from BaseGraphLiteralNode.) | |
| CompareTo(ILiteralNode) |
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Inherited from BaseGraphLiteralNode.) | |
| CompareTo(INode) |
Implementation of CompareTo for Graph Literals.
(Inherited from BaseGraphLiteralNode.) | |
| CompareTo(IUriNode) |
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Inherited from BaseGraphLiteralNode.) | |
| CompareTo(IVariableNode) |
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Inherited from BaseGraphLiteralNode.) | |
| Equals(Object) |
Implementation of the Equals method for Graph Literal Nodes. Graph Literals are considered Equal if their respective Subgraphs are equal.
(Inherited from BaseGraphLiteralNode.) | |
| Equals(BaseGraphLiteralNode) |
Determines whether this Node is equal to a Graph Literal Node.
(Inherited from BaseGraphLiteralNode.) | |
| Equals(GraphLiteralNode) |
Determines whether this Node is equal to a Graph Literal Node.
| |
| Equals(IBlankNode) |
Determines whether this Node is equal to a Blank Node (should always be false).
(Inherited from BaseGraphLiteralNode.) | |
| Equals(IGraphLiteralNode) |
Determines whether this Node is equal to a Graph Literal Node.
(Inherited from BaseGraphLiteralNode.) | |
| Equals(ILiteralNode) |
Determines whether this Node is equal to a Literal Node (should always be false).
(Inherited from BaseGraphLiteralNode.) | |
| Equals(INode) |
Implementation of the Equals method for Graph Literal Nodes. Graph Literals are considered Equal if their respective Subgraphs are equal.
(Inherited from BaseGraphLiteralNode.) | |
| Equals(IUriNode) |
Determines whether this Node is equal to a URI Node (should always be false).
(Inherited from BaseGraphLiteralNode.) | |
| Equals(IVariableNode) |
Determines whether this Node is equal to a Variable Node (should always be false).
(Inherited from BaseGraphLiteralNode.) | |
| 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 Serialization Information.
(Inherited from BaseGraphLiteralNode.) | |
| 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 BaseGraphLiteralNode.) | |
| ToString |
Implementation of ToString for Graph Literals which produces a String representation of the Subgraph in N3 style syntax.
(Inherited from BaseGraphLiteralNode.) | |
| 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 BaseGraphLiteralNode.) |
| 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.) |