Show / Hide Table of Contents

Class GraphPersistenceAction

Represents a Graph that is queued for persistence (added/modified/removed).

Inheritance
object
GraphPersistenceAction
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 GraphPersistenceAction

Constructors

| Edit this page View Source

GraphPersistenceAction(IGraph, GraphPersistenceActionType)

Creates a new Graph Persistence action.

Declaration
public GraphPersistenceAction(IGraph g, GraphPersistenceActionType action)
Parameters
Type Name Description
IGraph g

Graph.

GraphPersistenceActionType action

Action Type.

| Edit this page View Source

GraphPersistenceAction(ITransactionalGraph, GraphPersistenceActionType)

Creates a new Graph Persistence action.

Declaration
public GraphPersistenceAction(ITransactionalGraph g, GraphPersistenceActionType action)
Parameters
Type Name Description
ITransactionalGraph g

Graph.

GraphPersistenceActionType action

Action Type.

Properties

| Edit this page View Source

Action

Gets the Action Type.

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

Graph

Gets the Graph to be persisted.

Declaration
public ITransactionalGraph Graph { get; }
Property Value
Type Description
ITransactionalGraph

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Constructors
    • GraphPersistenceAction(IGraph, GraphPersistenceActionType)
    • GraphPersistenceAction(ITransactionalGraph, GraphPersistenceActionType)
  • Properties
    • Action
    • Graph
  • Extension Methods
Back to top Generated by DocFX