Click or drag to resize

DynamicGraph Properties

The DynamicGraph type exposes the following members.

Properties
  NameDescription
Public propertyAllNodes
Gets the unique Subject, Predicate and Object nodes of the Graph.
(Inherited from WrapperGraph.)
Public propertyBaseUri
Gets/Sets the Base URI of the Graph.
(Inherited from WrapperGraph.)
Public propertyCount
Gets the number of URI nodes in this graph.
Public propertyIsEmpty
Gets whether the Graph is empty.
(Inherited from WrapperGraph.)
Public propertyIsReadOnly
Gets a value indicating whether this graph dictionary is read only (always false).
Public propertyItemString
Gets nodes equivalent to node or sets statements with subject equivalent to node and predicate and objects equivalent to value.
Public propertyItemUri
Gets nodes equivalent to node or sets statements with subject equivalent to node and predicate and objects equivalent to value.
Public propertyItemINode
Gets nodes equal to node or sets statements with subject equal to node and predicate and objects equivalent to value.
Public propertyKeys
Public propertyNamespaceMap
Gets the Namespace Map for the Graph.
(Inherited from WrapperGraph.)
Public propertyNodes
Gets the unique Subject and Object nodes of the Graph.
(Inherited from WrapperGraph.)
Public propertyPredicateBaseUri
Gets the URI used for resolving relative predicate references.
Public propertySubjectBaseUri
Gets the Uri used for resolving relative subject references.
Public propertyTriples
Gets the Triple Collection for the Graph.
(Inherited from WrapperGraph.)
Public propertyValues
Gets a collection of DynamicNodes representing URI nodes in this graph.
Top
See Also