VDS.RDF.Nodes Namespace |
These implementations are primarily used internally in the SPARQL engine, however as these all derive from the standard INode implementations they can be used interchangeably with those if desired.
| Class | Description | |
|---|---|---|
| BooleanNode |
Valued Node representing boolean values.
| |
| ByteNode |
Valued node representing a byte (8-bit unsigned integer).
| |
| DateNode |
Valued Node representing a Date value.
| |
| DateTimeNode |
Valued Node representing a Date Time value.
| |
| DecimalNode |
A Valued Node representing decimal nodes.
| |
| DoubleNode |
A Valued Node representing double values.
| |
| FloatNode |
A Valued Node representing float values.
| |
| LongNode |
A Valued Node with a Long value.
| |
| NumericNode |
A Valued Node with a numeric value.
| |
| SignedByteNode |
Value node representing a signed byte (8-bit signed integer).
| |
| StringNode |
Valued node whose value is a string or can only be converted to a string.
| |
| TimeSpanNode |
Valued Node representing a Time Span value.
| |
| UnsignedLongNode |
A Valued Node with a unsigned long value.
| |
| ValuedNodeExtensions |
Extension Methods related to valued nodes.
|
| Interface | Description | |
|---|---|---|
| IValuedNode |
Interface for Valued Nodes.
|