Show / Hide Table of Contents

Class TripleStoreEventArgs

Event Arguments for Events regarding Graphs.

Inheritance
object
EventArgs
TripleStoreEventArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF
Assembly: dotNetRdf.dll
Syntax
public class TripleStoreEventArgs : EventArgs

Constructors

| Edit this page View Source

TripleStoreEventArgs(ITripleStore)

Creates a new set of Triple Store Event Arguments.

Declaration
public TripleStoreEventArgs(ITripleStore store)
Parameters
Type Name Description
ITripleStore store

Triple Store.

| Edit this page View Source

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.

| Edit this page View Source

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 Source

GraphEvent

Gets the Graph Event Arguments (if any).

Declaration
public GraphEventArgs GraphEvent { get; }
Property Value
Type Description
GraphEventArgs
| Edit this page View Source

TripleStore

Gets the Triple Store.

Declaration
public ITripleStore TripleStore { get; }
Property Value
Type Description
ITripleStore

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Constructors
    • TripleStoreEventArgs(ITripleStore)
    • TripleStoreEventArgs(ITripleStore, GraphEventArgs)
    • TripleStoreEventArgs(ITripleStore, IGraph)
  • Properties
    • GraphEvent
    • TripleStore
  • Extension Methods
Back to top Generated by DocFX