Show / Hide Table of Contents

Class TripleStorePersistenceAction

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

Inheritance
System.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

| Improve this Doc 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.

| Improve this Doc 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

| Improve this Doc View Source

GraphAction

Gets the Graph Action (if any).

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

IsGraphAction

Gets whether this action pertains to a Graph.

Declaration
public bool IsGraphAction { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsTripleAction

Gets whether this action peratins to a Triple.

Declaration
public bool IsTripleAction { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc 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)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • TripleStorePersistenceAction(GraphPersistenceAction)
    • TripleStorePersistenceAction(TriplePersistenceAction)
  • Properties
    • GraphAction
    • IsGraphAction
    • IsTripleAction
    • TripleAction
  • Extension Methods
Back to top Generated by DocFX