Show / Hide Table of Contents

Class TripleStorePersistenceAction

Represents an action on a Triple Store that is queued for persistence.

Inheritance
object
TripleStorePersistenceAction
Inherited Members
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 TripleStorePersistenceAction

Constructors

| Edit this page View Source

TripleStorePersistenceAction(GraphPersistenceAction)

Creates a new persistence action that pertains to a Graph.

Declaration
public TripleStorePersistenceAction(GraphPersistenceAction graphAction)
Parameters
Type Name Description
GraphPersistenceAction graphAction

Graph Action.

| Edit this page View Source

TripleStorePersistenceAction(TriplePersistenceAction)

Creates a new persistence action that pertains to a Triple.

Declaration
public TripleStorePersistenceAction(TriplePersistenceAction tripleAction)
Parameters
Type Name Description
TriplePersistenceAction tripleAction

Triple Action.

Properties

| Edit this page View Source

GraphAction

Gets the Graph Action (if any).

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

IsGraphAction

Gets whether this action pertains to a Graph.

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

IsTripleAction

Gets whether this action peratins to a Triple.

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

TripleAction

Gets the Triple Action (if any).

Declaration
public TriplePersistenceAction TripleAction { get; }
Property Value
Type Description
TriplePersistenceAction

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Constructors
    • TripleStorePersistenceAction(GraphPersistenceAction)
    • TripleStorePersistenceAction(TriplePersistenceAction)
  • Properties
    • GraphAction
    • IsGraphAction
    • IsTripleAction
    • TripleAction
  • Extension Methods
Back to top Generated by DocFX