WrapperTripleCollection Class |
Namespace: VDS.RDF
The WrapperTripleCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | WrapperTripleCollection() |
Creates a new decorator over the default TreeIndexedTripleCollection.
|
![]() | WrapperTripleCollection(BaseTripleCollection) |
Creates a new decorator around the given triple collection.
|
Name | Description | |
---|---|---|
![]() | Count |
Counts the triples in the collection.
(Overrides BaseTripleCollection.Count.) |
![]() | Item |
Gets the specific instance of a Triple from the collection.
(Overrides BaseTripleCollection.Item[Triple].) |
![]() | ObjectNodes |
Gets the object nodes.
(Overrides BaseTripleCollection.ObjectNodes.) |
![]() | PredicateNodes |
Gets the predicate nodes.
(Overrides BaseTripleCollection.PredicateNodes.) |
![]() | SubjectNodes |
Gets the subject nodes.
(Overrides BaseTripleCollection.SubjectNodes.) |
Name | Description | |
---|---|---|
![]() | Add |
Adds a triple to the collection.
(Overrides BaseTripleCollection.Add(Triple).) |
![]() | Contains |
Gets whether the collection contains the given Triple.
(Overrides BaseTripleCollection.Contains(Triple).) |
![]() | Delete |
Deletes a triple from the collection.
(Overrides BaseTripleCollection.Delete(Triple).) |
![]() | Dispose |
Disposes of the collection.
(Overrides BaseTripleCollection.Dispose().) |
![]() | 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 |
Gets the enumerator for the collection.
(Overrides BaseTripleCollection.GetEnumerator().) |
![]() | 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.) |
![]() | RaiseTripleAdded |
Helper method for raising the Triple Added event.
(Inherited from BaseTripleCollection.) |
![]() | RaiseTripleRemoved |
Helper method for raising the Triple Removed event.
(Inherited from BaseTripleCollection.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithObject |
Gets all the triples with the given object.
(Overrides BaseTripleCollection.WithObject(INode).) |
![]() | WithPredicate |
Gets all the triples with the given predicate.
(Overrides BaseTripleCollection.WithPredicate(INode).) |
![]() | WithPredicateObject |
Gets all the triples with the given predicate and object.
(Overrides BaseTripleCollection.WithPredicateObject(INode, INode).) |
![]() | WithSubject |
Gets all the triples with the given subject.
(Overrides BaseTripleCollection.WithSubject(INode).) |
![]() | WithSubjectObject |
Gets all the triples with the given subject and object.
(Overrides BaseTripleCollection.WithSubjectObject(INode, INode).) |
![]() | WithSubjectPredicate |
Gets all the triples with the given subject and predicate.
(Overrides BaseTripleCollection.WithSubjectPredicate(INode, INode).) |
Name | Description | |
---|---|---|
![]() | TripleAdded |
Event which occurs when a Triple is added to the Collection
(Inherited from BaseTripleCollection.) |
![]() | TripleRemoved |
Event which occurs when a Triple is removed from the Collection
(Inherited from BaseTripleCollection.) |