DynamicObjectCollection Class |
Namespace: VDS.RDF.Dynamic
The DynamicObjectCollection type exposes the following members.
Name | Description | |
---|---|---|
DynamicObjectCollection |
Initializes a new instance of the DynamicObjectCollection class.
|
Name | Description | |
---|---|---|
Count |
Gets the number of statements with given subject and predicate.
| |
IsReadOnly |
Gets a value indicating whether this collection is read only (always false).
| |
Objects |
Gets objects of statements with given subject and predicate.
|
Name | Description | |
---|---|---|
Add |
Asserts statements equivalent to given subject and predicate and object.
| |
Clear |
Retracts statements with given subject and predicate.
| |
Contains |
Checks whether a statement exists equivalent to given subject and predicate and object.
| |
CopyTo |
Copies objects of statements with given subject and predicate 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 objects of statements with given subject and predicate.
| |
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 equivalent to given subject and predicate and object.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
IsDisjointObject |
Determines whether the contents of two enumerables are disjoint.
(Defined by Extensions.) |