DynamicSubjectCollection Class |
Namespace: VDS.RDF.Dynamic
The DynamicSubjectCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| DynamicSubjectCollection |
Initializes a new instance of the DynamicSubjectCollection class.
|
| Name | Description | |
|---|---|---|
| Count |
Gets the number of statements with given predicate and object.
| |
| IsReadOnly |
Gets a value indicating whether this collection is read only (always false).
| |
| Subjects |
Gets subjects of statements with given predicate and object.
|
| Name | Description | |
|---|---|---|
| Add |
Asserts a statement with subject and given predicate and object.
| |
| Clear |
Retracts statements with given predicate and object.
| |
| Contains |
Checks whether a statement exists with subject and given predicate and object.
| |
| CopyTo |
Copies subjects of statements with given predicate and object to array starting at index.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEnumerator |
Returns an enumerator that iterates through subjects of statements with given predicate and object.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Remove |
Retracts statements with subject and given predicate and object.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| BlankNodes |
Gets the Blank Nodes.
(Defined by Extensions.) | |
| GraphLiteralNodes |
Gets the Graph Literal Nodes.
(Defined by Extensions.) | |
| IsDisjointINode |
Determines whether the contents of two enumerables are disjoint.
(Defined by Extensions.) | |
| LiteralNodes |
Gets the Literal Nodes.
(Defined by Extensions.) | |
| UriNodes |
Gets the URI Nodes.
(Defined by Extensions.) | |
| VariableNodes |
Gets the Variable Nodes.
(Defined by Extensions.) |