Click or drag to resize

DynamicSubjectCollection Class

Represents a read/write dynamic collection of subjects by predicate and object.
Inheritance Hierarchy

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

The DynamicSubjectCollection type exposes the following members.

Constructors
  NameDescription
Public methodDynamicSubjectCollection
Initializes a new instance of the DynamicSubjectCollection class.
Top
Properties
  NameDescription
Public propertyCount
Gets the number of statements with given predicate and object.
Public propertyIsReadOnly
Gets a value indicating whether this collection is read only (always false).
Protected propertySubjects
Gets subjects of statements with given predicate and object.
Top
Methods
  NameDescription
Public methodAdd
Asserts a statement with subject and given predicate and object.
Public methodClear
Retracts statements with given predicate and object.
Public methodContains
Checks whether a statement exists with subject and given predicate and object.
Public methodCopyTo
Copies subjects of statements with given predicate and object to 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 subjects of statements with given predicate and object.
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
Retracts statements with subject and given predicate and object.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodBlankNodes
Gets the Blank Nodes.
(Defined by Extensions.)
Public Extension MethodGraphLiteralNodes
Gets the Graph Literal Nodes.
(Defined by Extensions.)
Public Extension MethodIsDisjointINode
Determines whether the contents of two enumerables are disjoint.
(Defined by Extensions.)
Public Extension MethodLiteralNodes
Gets the Literal Nodes.
(Defined by Extensions.)
Public Extension MethodUriNodes
Gets the URI Nodes.
(Defined by Extensions.)
Public Extension MethodVariableNodes
Gets the Variable Nodes.
(Defined by Extensions.)
Top
See Also