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 SourceGraphPersistenceAction(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. |
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 SourceAction
Gets the Action Type.
Declaration
public GraphPersistenceActionType Action { get; }
Property Value
Type | Description |
---|---|
GraphPersistenceActionType |
Graph
Gets the Graph to be persisted.
Declaration
public ITransactionalGraph Graph { get; }
Property Value
Type | Description |
---|---|
ITransactionalGraph |