BaseBlankNode Class |
Namespace: VDS.RDF
[SerializableAttribute] public abstract class BaseBlankNode : BaseNode, IBlankNode, INode, IComparable<INode>, IComparable<IBlankNode>, IComparable<IGraphLiteralNode>, IComparable<ILiteralNode>, IComparable<IUriNode>, IComparable<IVariableNode>, IEquatable<INode>, IEquatable<IBlankNode>, IEquatable<IGraphLiteralNode>, IEquatable<ILiteralNode>, IEquatable<IUriNode>, IEquatable<IVariableNode>, ISerializable, IXmlSerializable, IEquatable<BaseBlankNode>, IComparable<BaseBlankNode>, IValuedNode
The BaseBlankNode type exposes the following members.
Name | Description | |
---|---|---|
![]() | BaseBlankNode() |
Unparameterized Constructor for deserialization usage only.
|
![]() | BaseBlankNode(IGraph) |
Internal Only Constructor for Blank Nodes.
|
![]() | BaseBlankNode(INodeFactory) |
Internal Only constructor for Blank Nodes.
|
![]() | BaseBlankNode(SerializationInfo, StreamingContext) |
Deserialization Constructor.
|
![]() | BaseBlankNode(IGraph, String) |
Internal Only constructor for Blank Nodes.
|
Name | Description | |
---|---|---|
![]() | EffectiveType |
Gets the URI of the datatype this valued node represents as a String.
|
![]() | 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.
|
![]() | InternalID |
Returns the Internal Blank Node ID this Node has in the Graph.
|
![]() | NodeType |
Nodes have a Type.
(Inherited from BaseNode.) |
![]() | NumericType |
Gets the Numeric Type of the Node.
|
Name | Description | |
---|---|---|
![]() | AsBoolean |
Throws an error as a Blank Node cannot be cast to a boolean.
|
![]() | AsDateTime |
Throws an error as a Blank Node cannot be cast to a date time.
|
![]() | AsDateTimeOffset |
Throws an error as a Blank Node cannot be cast to a date time offset.
|
![]() | AsDecimal |
Throws an error as a Blank Node cannot be cast to a decimal.
|
![]() | AsDouble |
Throws an error as a Blank Node cannot be cast to a double.
|
![]() | AsFloat |
Throws an error as a Blank Node cannot be cast to a float.
|
![]() | AsInteger |
Throws an error as a Blank Node cannot be cast to an integer.
|
![]() | AsString |
Throws an error as a Blank Node cannot be cast to a String.
|
![]() | AsTimeSpan |
Throws an error as a Blank Node cannot be case to a time span.
|
![]() | CompareTo(BaseBlankNode) |
Returns an Integer indicating the Ordering of this Node compared to another Node.
|
![]() | CompareTo(IBlankNode) |
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Overrides BaseNode.CompareTo(IBlankNode).) |
![]() | CompareTo(IGraphLiteralNode) |
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Overrides BaseNode.CompareTo(IGraphLiteralNode).) |
![]() | CompareTo(ILiteralNode) |
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Overrides BaseNode.CompareTo(ILiteralNode).) |
![]() | CompareTo(INode) |
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Overrides BaseNode.CompareTo(INode).) |
![]() | CompareTo(IUriNode) |
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Overrides BaseNode.CompareTo(IUriNode).) |
![]() | CompareTo(IVariableNode) |
Returns an Integer indicating the Ordering of this Node compared to another Node.
(Overrides BaseNode.CompareTo(IVariableNode).) |
![]() | Equals(Object) |
Implementation of Equals for Blank Nodes.
(Overrides BaseNode.Equals(Object).) |
![]() | Equals(BaseBlankNode) |
Determines whether this Node is equal to a Blank Node.
|
![]() | Equals(IBlankNode) |
Determines whether this Node is equal to another.
(Overrides BaseNode.Equals(IBlankNode).) |
![]() | Equals(IGraphLiteralNode) |
Determines whether this Node is equal to a Graph Literal Node (should always be false).
(Overrides BaseNode.Equals(IGraphLiteralNode).) |
![]() | Equals(ILiteralNode) |
Determines whether this Node is equal to a Literal Node (should always be false).
(Overrides BaseNode.Equals(ILiteralNode).) |
![]() | Equals(INode) |
Implementation of Equals for Blank Nodes.
(Overrides BaseNode.Equals(INode).) |
![]() | Equals(IUriNode) |
Determines whether this Node is equal to a URI Node (should always be false).
(Overrides BaseNode.Equals(IUriNode).) |
![]() | Equals(IVariableNode) |
Determines whether this Node is equal to a Variable Node (should always be false).
(Overrides BaseNode.Equals(IVariableNode).) |
![]() | 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.
(Overrides BaseNode.GetObjectData(SerializationInfo, StreamingContext).) |
![]() | 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.
(Overrides BaseNode.ReadXml(XmlReader).) |
![]() | ToString() |
Returns a string representation of this Blank Node in QName form.
(Overrides BaseNode.ToString().) |
![]() | 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.
(Overrides BaseNode.WriteXml(XmlWriter).) |
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.) |
Name | Description | |
---|---|---|
![]() | AsDynamic |
Dynamically wraps a node.
(Defined by DynamicExtensions.) |
![]() | AsSafeBoolean |
Tries to get the result of calling AsBoolean() on a node throwing an error if the node is null.
(Defined by ValuedNodeExtensions.) |
![]() | AsValuedNode |
Takes a INode and converts it to a IValuedNode if it is not already an instance that implements the interface.
(Defined by ValuedNodeExtensions.) |
![]() | CopyNode(IGraph) | Overloaded.
Copies a Node to the target Graph.
(Defined by Extensions.) |
![]() | CopyNode(IGraph, Boolean) | Overloaded.
Copies a Node to the target Graph.
(Defined by Extensions.) |
![]() | IsListRoot |
Gets whether a given Node is valid as a List Root, this does not guarantee that the list itself is valid simply that the Node appears to be the root of a list.
(Defined by Extensions.) |