DynamicGraph Properties |
The DynamicGraph type exposes the following members.
| Name | Description | |
|---|---|---|
| AllNodes |
Gets the unique Subject, Predicate and Object nodes of the Graph.
(Inherited from WrapperGraph.) | |
| BaseUri |
Gets/Sets the Base URI of the Graph.
(Inherited from WrapperGraph.) | |
| Count |
Gets the number of URI nodes in this graph.
| |
| IsEmpty |
Gets whether the Graph is empty.
(Inherited from WrapperGraph.) | |
| IsReadOnly |
Gets a value indicating whether this graph dictionary is read only (always false).
| |
| Item[String] |
Gets nodes equivalent to node or sets statements with subject equivalent to node and predicate and objects equivalent to value.
| |
| Item[Uri] |
Gets nodes equivalent to node or sets statements with subject equivalent to node and predicate and objects equivalent to value.
| |
| Item[INode] |
Gets nodes equal to node or sets statements with subject equal to node and predicate and objects equivalent to value.
| |
| Keys |
Gets an ICollection<T> containing Uri subject node names shortened as much as possible.
| |
| NamespaceMap |
Gets the Namespace Map for the Graph.
(Inherited from WrapperGraph.) | |
| Nodes |
Gets the unique Subject and Object nodes of the Graph.
(Inherited from WrapperGraph.) | |
| PredicateBaseUri |
Gets the URI used for resolving relative predicate references.
| |
| SubjectBaseUri |
Gets the Uri used for resolving relative subject references.
| |
| Triples |
Gets the Triple Collection for the Graph.
(Inherited from WrapperGraph.) | |
| Values |
Gets a collection of DynamicNodes representing URI nodes in this graph.
|