Class BlankNode
Class for representing Blank RDF Nodes.
Implements
System.IEquatable<BaseBlankNode>
System.IComparable<BaseBlankNode>
System.IComparable<INode>
System.IComparable<IBlankNode>
System.IComparable<IGraphLiteralNode>
System.IComparable<ILiteralNode>
System.IComparable<IUriNode>
System.IComparable<IVariableNode>
System.IEquatable<INode>
System.IEquatable<IBlankNode>
System.IEquatable<IGraphLiteralNode>
System.IEquatable<ILiteralNode>
System.IEquatable<IUriNode>
System.IEquatable<IVariableNode>
System.Runtime.Serialization.ISerializable
System.Xml.Serialization.IXmlSerializable
System.IEquatable<BlankNode>
System.IComparable<BlankNode>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: VDS.RDF
Assembly: dotNetRDF.dll
Syntax
[Serializable]
public class BlankNode : BaseBlankNode, IBlankNode, IEquatable<BaseBlankNode>, IComparable<BaseBlankNode>, IValuedNode, 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<BlankNode>, IComparable<BlankNode>
Constructors
| Improve this Doc View SourceBlankNode()
Constructor for deserialization usage only.
Declaration
protected BlankNode()
BlankNode(SerializationInfo, StreamingContext)
Deserialization Constructor.
Declaration
protected BlankNode(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | Serialization Information. |
System.Runtime.Serialization.StreamingContext | context | Streaming Context. |
BlankNode(IGraph)
Internal Only Constructor for Blank Nodes.
Declaration
protected BlankNode(IGraph g)
Parameters
Type | Name | Description |
---|---|---|
IGraph | g | Graph this Node belongs to. |
BlankNode(IGraph, String)
Internal Only constructor for Blank Nodes.
Declaration
protected BlankNode(IGraph g, string id)
Parameters
Type | Name | Description |
---|---|---|
IGraph | g | Graph this Node belongs to. |
System.String | id | Custom Node ID to use. |
BlankNode(INodeFactory)
Internal Only constructor for Blank Nodes.
Declaration
protected BlankNode(INodeFactory factory)
Parameters
Type | Name | Description |
---|---|---|
INodeFactory | factory | Node Factory from which to obtain a Node ID. |
Methods
| Improve this Doc View SourceCompareTo(BlankNode)
Implementation of Compare To for Blank Nodes.
Declaration
public int CompareTo(BlankNode other)
Parameters
Type | Name | Description |
---|---|---|
BlankNode | other | Blank Node to Compare To. |
Returns
Type | Description |
---|---|
System.Int32 |
Remarks
Simply invokes the more general implementation of this method.
|
Improve this Doc
View Source
Equals(BlankNode)
Determines whether this Node is equal to a Blank Node.
Declaration
public bool Equals(BlankNode other)
Parameters
Type | Name | Description |
---|---|---|
BlankNode | other | Blank Node. |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>
System.IComparable<T>
System.IComparable<T>
System.IComparable<T>
System.IComparable<T>
System.IComparable<T>
System.IComparable<T>
System.IComparable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.Runtime.Serialization.ISerializable
System.Xml.Serialization.IXmlSerializable
System.IEquatable<T>
System.IComparable<T>