SimpleVirtualVariableNode Class |
Namespace: VDS.RDF.Storage.Virtualisation
The SimpleVirtualVariableNode type exposes the following members.
Name | Description | |
---|---|---|
![]() | SimpleVirtualVariableNode(IGraph, Int32, IVirtualRdfProvider<Int32, Int32>) |
Creates a new Virtual Variable Node.
|
![]() | SimpleVirtualVariableNode(IGraph, Int32, IVirtualRdfProvider<Int32, Int32>, IVariableNode) |
Creates a new Virtual Variable Node.
|
Name | Description | |
---|---|---|
![]() | EffectiveType |
Gets the URI of the datatype this valued node represents as a String.
(Inherited from BaseVirtualVariableNode<TNodeID, TGraphID>.) |
![]() | Graph |
Gets the Graph the Node belongs to.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.) |
![]() | GraphUri |
Gets/Sets the Graph URI of the Node.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.) |
![]() | IsMaterialised |
Gets whether the Nodes value has been materialised.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.) |
![]() | MaterialisedValue |
Gets the materialised value of the Node forcing it to be materialised if it hasn't already.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.) |
![]() | NodeType |
Gets the Type of the Node.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.) |
![]() | NumericType |
Gets the numeric type of the node.
(Inherited from BaseVirtualVariableNode<TNodeID, TGraphID>.) |
![]() | Provider |
Gets the Virtual RDF Provider of the Node.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.) |
![]() | VariableName |
Gets the Variable Name.
(Inherited from BaseVirtualVariableNode<TNodeID, TGraphID>.) |
![]() | VirtualID |
Gets the Virtual ID of the Node.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.) |
Name | Description | |
---|---|---|
![]() | AsBoolean |
Throws an error as variables nodes cannot be cast to types.
(Inherited from BaseVirtualVariableNode<TNodeID, TGraphID>.) |
![]() | AsDateTime |
Throws an error as variables nodes cannot be cast to types.
(Inherited from BaseVirtualVariableNode<TNodeID, TGraphID>.) |
![]() | AsDateTimeOffset |
Throws an error as variables nodes cannot be cast to types.
(Inherited from BaseVirtualVariableNode<TNodeID, TGraphID>.) |
![]() | AsDecimal |
Throws an error as variables nodes cannot be cast to types.
(Inherited from BaseVirtualVariableNode<TNodeID, TGraphID>.) |
![]() | AsDouble |
Throws an error as variables nodes cannot be cast to types.
(Inherited from BaseVirtualVariableNode<TNodeID, TGraphID>.) |
![]() | AsFloat |
Throws an error as variables nodes cannot be cast to types.
(Inherited from BaseVirtualVariableNode<TNodeID, TGraphID>.) |
![]() | AsInteger |
Throws an error as variables nodes cannot be cast to types.
(Inherited from BaseVirtualVariableNode<TNodeID, TGraphID>.) |
![]() | AsString |
Throws an error as variables nodes cannot be cast to types.
(Inherited from BaseVirtualVariableNode<TNodeID, TGraphID>.) |
![]() | AsTimeSpan |
Throws an error as variables cannot be cast to a time span.
(Inherited from BaseVirtualVariableNode<TNodeID, TGraphID>.) |
![]() | CompareTo(BaseVirtualNode<TNodeID, TGraphID>) |
Compares this Node to another Virtual Node.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.) |
![]() | CompareTo(BaseVirtualVariableNode<TNodeID, TGraphID>) |
Compares this Node to another Variable Node.
(Inherited from BaseVirtualVariableNode<TNodeID, TGraphID>.) |
![]() | CompareTo(IBlankNode) |
Compares this Node to another Blank Node.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.) |
![]() | CompareTo(IGraphLiteralNode) |
Compares this Node to another Graph LiteralNode.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.) |
![]() | CompareTo(ILiteralNode) |
Compares this Node to another Literal Node.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.) |
![]() | CompareTo(INode) |
Compares this Node to another Node.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.) |
![]() | CompareTo(IUriNode) |
Compares this Node to another URI Node.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.) |
![]() | CompareTo(IVariableNode) |
Compares this Node to another Variable Node.
(Inherited from BaseVirtualVariableNode<TNodeID, TGraphID>.) |
![]() | CompareTo(IVirtualNode<TNodeID, TGraphID>) |
Compares this Node to another Virtual Node.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.) |
![]() | CompareTo(SimpleVirtualVariableNode) |
Compares this Node to another virtual Variable node.
|
![]() | CompareVirtualId |
Method to be implemented in derived classes to provide comparison of VirtualId values.
(Overrides BaseVirtualNode<TNodeID, TGraphID>.CompareVirtualId(TNodeID).) |
![]() | CopyNode |
Copies the Node to another Graph including the materialised value if present.
(Overrides BaseVirtualNode<TNodeID, TGraphID>.CopyNode(IGraph).) |
![]() | Equals(Object) |
Checks this Node for equality against another Object.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.) |
![]() | Equals(BaseVirtualNode<TNodeID, TGraphID>) |
Checks this Node for equality against another Virtual Node.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.) |
![]() | Equals(BaseVirtualVariableNode<TNodeID, TGraphID>) |
Checks this Node for equality against another Variable Node.
(Inherited from BaseVirtualVariableNode<TNodeID, TGraphID>.) |
![]() | Equals(IBlankNode) |
Checks this Node for equality against another Blank Node.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.) |
![]() | Equals(IGraphLiteralNode) |
Checks this Node for equality against another Graph Literal Node.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.) |
![]() | Equals(ILiteralNode) |
Checks this Node for equality against another Literal Node.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.) |
![]() | Equals(INode) |
Checks this Node for equality against another Node.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.) |
![]() | Equals(IUriNode) |
Checks this Node for equality against another URI Node.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.) |
![]() | Equals(IVariableNode) |
Checks this Node for equality against another Variable Node.
(Inherited from BaseVirtualVariableNode<TNodeID, TGraphID>.) |
![]() | Equals(IVirtualNode<TNodeID, TGraphID>) |
Checks this Node for equality against another Virtual Node.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.) |
![]() | Equals(SimpleVirtualVariableNode) |
Determines whether this Node is equal to another virtual 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 the Hash Code of the Virtual Node.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.) |
![]() | GetObjectData |
Gets the data for serialization.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.) |
![]() | GetSchema |
Gets the schema for XML serialization.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MaterialiseValue |
Materialises the Value if it is not already materialised.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnMaterialise |
Takes post materialisation actions.
(Inherited from BaseVirtualVariableNode<TNodeID, TGraphID>.) |
![]() | ReadXml |
Reads the data for XML deserialization.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.) |
![]() | ToString() |
Gets the String representation of the Node.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.) |
![]() | ToString(INodeFormatter) |
Gets the String representation of the Node formatted with the given Node formatter.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.) |
![]() | ToString(INodeFormatter, TripleSegment) |
Gets the String representation of the Node formatted with the given Node formatter.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.) |
![]() | TryCompareVirtualId |
Attempt to compare this node with another node.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.) |
![]() | TryVirtualEquality |
Tries to check for equality using virtual node IDs.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.) |
![]() | WriteXml |
Writes the data for XML deserialization.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.) |
Name | Description | |
---|---|---|
![]() | _value |
The materialised value of the Virtual Node.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.) |