Class TripleStoreEventArgs
Event Arguments for Events regarding Graphs.
Inherited Members
Namespace: VDS.RDF
Assembly: dotNetRdf.dll
Syntax
public class TripleStoreEventArgs : EventArgs
Constructors
| Edit this page View SourceTripleStoreEventArgs(ITripleStore)
Creates a new set of Triple Store Event Arguments.
Declaration
public TripleStoreEventArgs(ITripleStore store)
Parameters
| Type | Name | Description |
|---|---|---|
| ITripleStore | store | Triple Store. |
TripleStoreEventArgs(ITripleStore, GraphEventArgs)
Creates a new set of Triple Store Event Arguments.
Declaration
public TripleStoreEventArgs(ITripleStore store, GraphEventArgs args)
Parameters
| Type | Name | Description |
|---|---|---|
| ITripleStore | store | Triple Store. |
| GraphEventArgs | args | Graph Event Arguments. |
TripleStoreEventArgs(ITripleStore, IGraph)
Creates a new set of Triple Store Event Arguments.
Declaration
public TripleStoreEventArgs(ITripleStore store, IGraph g)
Parameters
| Type | Name | Description |
|---|---|---|
| ITripleStore | store | Triple Store. |
| IGraph | g | Graph. |
Properties
| Edit this page View SourceGraphEvent
Gets the Graph Event Arguments (if any).
Declaration
public GraphEventArgs GraphEvent { get; }
Property Value
| Type | Description |
|---|---|
| GraphEventArgs |
TripleStore
Gets the Triple Store.
Declaration
public ITripleStore TripleStore { get; }
Property Value
| Type | Description |
|---|---|
| ITripleStore |