Click or drag to resize

DynamicObjectCollectionT Class

Represents a strongly typed read/write dynamic collection of objects by subject and predicate.
Inheritance Hierarchy
SystemObject
  VDS.RDF.DynamicDynamicObjectCollection
    VDS.RDF.DynamicDynamicObjectCollectionT

Namespace:  VDS.RDF.Dynamic
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public class DynamicObjectCollection<T> : DynamicObjectCollection, 
	ICollection<T>, IEnumerable<T>, IEnumerable

Type Parameters

T
The type of statement objects.

The DynamicObjectCollectionT type exposes the following members.

Constructors
  NameDescription
Public methodDynamicObjectCollectionT
Initializes a new instance of the DynamicObjectCollectionT class.
Top
Properties
  NameDescription
Public propertyCount
Gets the number of statements with given subject and predicate.
(Inherited from DynamicObjectCollection.)
Public propertyIsReadOnly
Gets a value indicating whether this collection is read only (always false).
(Inherited from DynamicObjectCollection.)
Protected propertyObjects
Gets objects of statements with given subject and predicate.
(Inherited from DynamicObjectCollection.)
Top
Methods
  NameDescription
Public methodAdd(Object)
Asserts statements equivalent to given subject and predicate and object.
(Inherited from DynamicObjectCollection.)
Public methodAdd(T)
Asserts statements equivalent to given subject and predicate and object.
Public methodClear
Retracts statements with given subject and predicate.
(Inherited from DynamicObjectCollection.)
Public methodContains(Object)
Checks whether a statement exists equivalent to given subject and predicate and object.
(Inherited from DynamicObjectCollection.)
Public methodContains(T)
Checks whether a statement exists equivalent to given subject and predicate and object.
Public methodCopyTo(Object, Int32)
Copies objects of statements with given subject and predicate array starting at index.
(Inherited from DynamicObjectCollection.)
Public methodCopyTo(T, Int32)
Copies objects of statements with given subject and predicate array starting at index.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through objects of statements with given subject and predicate.
(Inherited from DynamicObjectCollection.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove(Object)
Retracts statements equivalent to given subject and predicate and object.
(Inherited from DynamicObjectCollection.)
Public methodRemove(T)
Retracts statements equivalent to given subject and predicate and object.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
See Also