Show / Hide Table of Contents

Class GraphPersistenceAction

Represents a Graph that is queued for persistence (added/modified/removed).
Inheritance
System.Object
GraphPersistenceAction
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF
Assembly: dotNetRDF.dll
Syntax
public class GraphPersistenceAction

Constructors

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

| Improve this Doc View Source

Action

Gets the Action Type.
Declaration
public GraphPersistenceActionType Action { get; }
Property Value
Type Description
GraphPersistenceActionType
| Improve this Doc View Source

Graph

Gets the Graph to be persisted.
Declaration
public ITransactionalGraph Graph { get; }
Property Value
Type Description
ITransactionalGraph

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • GraphPersistenceAction(IGraph, GraphPersistenceActionType)
    • GraphPersistenceAction(ITransactionalGraph, GraphPersistenceActionType)
  • Properties
    • Action
    • Graph
  • Extension Methods
Back to top Generated by DocFX