BaseTripleCollection Class |
Namespace: VDS.RDF
The BaseTripleCollection type exposes the following members.
Name | Description | |
---|---|---|
BaseTripleCollection | Initializes a new instance of the BaseTripleCollection class |
Name | Description | |
---|---|---|
Count |
Gets the Number of Triples in the Triple Collection.
| |
Item |
Gets the given Triple.
| |
ObjectNodes |
Gets all the Nodes which are Objects of Triples in the Triple Collection.
| |
PredicateNodes |
Gets all the Nodes which are Predicates of Triples in the Triple Collection.
| |
SubjectNodes |
Gets all the Nodes which are Subjects of Triples in the Triple Collection.
|
Name | Description | |
---|---|---|
Add |
Adds a Triple to the Collection.
| |
Contains |
Determines whether a given Triple is in the Triple Collection.
| |
Delete |
Deletes a Triple from the Collection.
| |
Dispose |
Diposes of a Triple Collection.
| |
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 typed Enumerator for the Triple Collection.
| |
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.
| |
RaiseTripleRemoved |
Helper method for raising the Triple Removed event.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
WithObject |
Gets all the Triples with the given Object.
| |
WithPredicate |
Gets all the Triples with the given Predicate.
| |
WithPredicateObject |
Gets all the Triples with the given Predicate Object pair.
| |
WithSubject |
Gets all the Triples with the given Subject.
| |
WithSubjectObject |
Gets all the Triples with the given Subject Object pair.
| |
WithSubjectPredicate |
Gets all the Triples with the given Subject Predicate pair.
|
Name | Description | |
---|---|---|
TripleAdded |
Event which occurs when a Triple is added to the Collection
| |
TripleRemoved |
Event which occurs when a Triple is removed from the Collection
|
Name | Description | |
---|---|---|
IsDisjointTriple |
Determines whether the contents of two enumerables are disjoint.
(Defined by Extensions.) | |
WithObject |
Gets the Subset of Triples from an existing Enumerable that have a given Object.
(Defined by Extensions.) | |
WithPredicate |
Gets the Subset of Triples from an existing Enumerable that have a given Predicate.
(Defined by Extensions.) | |
WithSubject |
Gets the Subset of Triples from an existing Enumerable that have a given Subject.
(Defined by Extensions.) |