BlankNode Class |
Namespace: VDS.RDF
The BlankNode type exposes the following members.
Name | Description | |
---|---|---|
BlankNode |
Constructor for deserialization usage only.
| |
BlankNode(IGraph) |
Internal Only Constructor for Blank Nodes.
| |
BlankNode(INodeFactory) |
Internal Only constructor for Blank Nodes.
| |
BlankNode(SerializationInfo, StreamingContext) |
Deserialization Constructor.
| |
BlankNode(IGraph, String) |
Internal Only constructor for Blank Nodes.
|
Name | Description | |
---|---|---|
EffectiveType |
Gets the URI of the datatype this valued node represents as a String.
(Inherited from BaseBlankNode.) | |
Graph |
Nodes belong to a Graph.
(Inherited from BaseNode.) | |
GraphUri |
Gets/Sets the Graph Uri of the Node.
(Inherited from BaseNode.) | |
HasAutoAssignedID |
Indicates whether this Blank Node had its ID assigned for it by the Graph.
(Inherited from BaseBlankNode.) | |
InternalID |
Returns the Internal Blank Node ID this Node has in the Graph.
(Inherited from BaseBlankNode.) | |
NodeType |
Nodes have a Type.
(Inherited from BaseNode.) | |
NumericType |
Gets the Numeric Type of the Node.
(Inherited from BaseBlankNode.) |
Name | Description | |
---|---|---|
AsBoolean |
Throws an error as a Blank Node cannot be cast to a boolean.
(Inherited from BaseBlankNode.) | |
AsDateTime |
Throws an error as a Blank Node cannot be cast to a date time.
(Inherited from BaseBlankNode.) | |
AsDateTimeOffset |
Throws an error as a Blank Node cannot be cast to a date time offset.
(Inherited from BaseBlankNode.) | |
AsDecimal |
Throws an error as a Blank Node cannot be cast to a decimal.
(Inherited from BaseBlankNode.) | |
AsDouble |
Throws an error as a Blank Node cannot be cast to a double.
(Inherited from BaseBlankNode.) | |
AsFloat |
Throws an error as a Blank Node cannot be cast to a float.
(Inherited from BaseBlankNode.) | |
AsInteger |
Throws an error as a Blank Node cannot be cast to an integer.
(Inherited from BaseBlankNode.) | |
AsString |
Throws an error as a Blank Node cannot be cast to a String.
(Inherited from BaseBlankNode.) | |
AsTimeSpan |
Throws an error as a Blank Node cannot be case to a time span.
(Inherited from BaseBlankNode.) | |
CompareTo(BaseBlankNode) |
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Inherited from BaseBlankNode.) | |
CompareTo(BlankNode) |
Implementation of Compare To for Blank Nodes.
| |
CompareTo(IBlankNode) |
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Inherited from BaseBlankNode.) | |
CompareTo(IGraphLiteralNode) |
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Inherited from BaseBlankNode.) | |
CompareTo(ILiteralNode) |
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Inherited from BaseBlankNode.) | |
CompareTo(INode) |
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Inherited from BaseBlankNode.) | |
CompareTo(IUriNode) |
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Inherited from BaseBlankNode.) | |
CompareTo(IVariableNode) |
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Inherited from BaseBlankNode.) | |
Equals(Object) |
Implementation of Equals for Blank Nodes.
(Inherited from BaseBlankNode.) | |
Equals(BaseBlankNode) |
Determines whether this Node is equal to a Blank Node.
(Inherited from BaseBlankNode.) | |
Equals(BlankNode) |
Determines whether this Node is equal to a Blank Node.
| |
Equals(IBlankNode) |
Determines whether this Node is equal to another.
(Inherited from BaseBlankNode.) | |
Equals(IGraphLiteralNode) |
Determines whether this Node is equal to a Graph Literal Node (should always be false).
(Inherited from BaseBlankNode.) | |
Equals(ILiteralNode) |
Determines whether this Node is equal to a Literal Node (should always be false).
(Inherited from BaseBlankNode.) | |
Equals(INode) |
Implementation of Equals for Blank Nodes.
(Inherited from BaseBlankNode.) | |
Equals(IUriNode) |
Determines whether this Node is equal to a URI Node (should always be false).
(Inherited from BaseBlankNode.) | |
Equals(IVariableNode) |
Determines whether this Node is equal to a Variable Node (should always be false).
(Inherited from BaseBlankNode.) | |
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 BaseBlankNode.) | |
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 BaseBlankNode.) | |
ToString |
Returns a string representation of this Blank Node in QName form.
(Inherited from BaseBlankNode.) | |
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 BaseBlankNode.) |
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.) |