Click or drag to resize

BaseVirtualLiteralNode<TNodeID, TGraphID> Properties

The BaseVirtualLiteralNode<TNodeID, TGraphID> generic type exposes the following members.

Properties
  NameDescription
Public propertyDataType
Gets the Datatype (if any) of the Literal.
Public propertyEffectiveType
Gets the URI of the datatype this valued node represents as a String.
Public propertyGraph
Gets the Graph the Node belongs to.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.)
Public propertyGraphUri
Gets/Sets the Graph URI of the Node.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.)
Public propertyIsMaterialised
Gets whether the Nodes value has been materialised.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.)
Public propertyLanguage
Gets the language specifier (if any) of the Literal.
Public propertyMaterialisedValue
Gets the materialised value of the Node forcing it to be materialised if it hasn't already.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.)
Public propertyNodeType
Gets the Type of the Node.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.)
Public propertyNumericType
Gets the numeric type of the node.
Public propertyProvider
Gets the Virtual RDF Provider of the Node.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.)
Public propertyValue
Gets the lexical value of the Literal.
Public propertyVirtualID
Gets the Virtual ID of the Node.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.)
Top
See Also