BaseTripleStore Methods |
The BaseTripleStore type exposes the following members.
| Name | Description | |
|---|---|---|
| Add(IGraph) |
Adds a Graph into the Triple Store.
| |
| Add(IGraph, Boolean) |
Adds a Graph into the Triple Store using the chosen Merging Behaviour.
| |
| AddFromUri(Uri) |
Adds a Graph into the Triple Store which is retrieved from the given Uri.
| |
| AddFromUri(Uri, Boolean) |
Adds a Graph into the Triple Store which is retrieved from the given Uri using the chosen Merging Behaviour.
| |
| AttachEventHandlers |
Helper method which attaches the Triple Store's Event Handlers to the relevant events of a Graph.
| |
| DetachEventHandlers |
Helper method which detaches the Triple Store's Event Handlers from the relevant events of a Graph.
| |
| Dispose |
Disposes of the Triple Store.
| |
| 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.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| HasGraph |
Checks whether a Graph with the given Base Uri exists in the Triple Store.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnGraphAdded |
Event Handler which handles the Graph Added event from the underlying Graph Collection and raises the Triple Store's Graph Added event.
| |
| OnGraphChanged |
Event Handler which handles the Changed event of the contained Graphs by raising the Triple Store's Graph Changed event.
| |
| OnGraphCleared |
Event Handler which handles the Cleared event of the contained Graphs by raising the Triple Stores's Graph Cleared event.
| |
| OnGraphMerged |
Event Handler which handles the Merged event of the contained Graphs by raising the Triple Store's Graph Merged event.
| |
| OnGraphRemoved |
Event Handler which handles the Graph Removed event from the underlying Graph Collection and raises the Triple Stores's Graph Removed event.
| |
| RaiseGraphAdded(GraphEventArgs) |
Helper method for raising the Graph Added event manually.
| |
| RaiseGraphAdded(IGraph) |
Helper method for raising the Graph Added event manually.
| |
| RaiseGraphChanged(GraphEventArgs) |
Helper method for raising the Graph Changed event manually.
| |
| RaiseGraphChanged(IGraph) |
Helper method for raising the Graph Changed event manually.
| |
| RaiseGraphCleared |
Helper method for raising the Graph Cleared event manually.
| |
| RaiseGraphMerged |
Helper method for raising the Graph Merged event manually.
| |
| RaiseGraphRemoved(GraphEventArgs) |
Helper method for raising the Graph Removed event manually.
| |
| RaiseGraphRemoved(IGraph) |
Helper method for raising the Graph Removed event manually.
| |
| Remove |
Removes a Graph from the Triple Store.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| LoadFromEmbeddedResource(String) | Overloaded.
Loads an RDF dataset from an Embedded Resource into a Triple Store.
(Defined by TripleStoreExtensions.) | |
| LoadFromEmbeddedResource(String, IStoreReader) | Overloaded.
Loads an RDF dataset from an Embedded Resource into a Triple Store.
(Defined by TripleStoreExtensions.) | |
| LoadFromFile(String) | Overloaded.
Loads an RDF dataset from a file into a Triple Store.
(Defined by TripleStoreExtensions.) | |
| LoadFromFile(String, IStoreReader) | Overloaded.
Loads an RDF dataset from a file into a Triple Store.
(Defined by TripleStoreExtensions.) | |
| LoadFromString(String) | Overloaded.
Loads an RDF dataset from a String into a Triple Store.
(Defined by TripleStoreExtensions.) | |
| LoadFromString(String, IStoreReader) | Overloaded.
Loads an RDF dataset from a String into a Triple Store.
(Defined by TripleStoreExtensions.) | |
| LoadFromUri(Uri) | Overloaded.
Loads an RDF dataset from a URI into a Triple Store.
(Defined by TripleStoreExtensions.) | |
| LoadFromUri(Uri, IStoreReader) | Overloaded.
Loads an RDF dataset from a URI into a Triple Store.
(Defined by TripleStoreExtensions.) | |
| SaveToFile(String) | Overloaded.
Saves a Triple Store to a file.
(Defined by TripleStoreExtensions.) | |
| SaveToFile(String, IStoreWriter) | Overloaded.
Saves a Triple Store to a file.
(Defined by TripleStoreExtensions.) |