Class TripleStorePersistenceAction
Represents an action on a Triple Store that is queued for persistence.
Inheritance
System.Object
TripleStorePersistenceAction
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 TripleStorePersistenceAction
Constructors
| Improve this Doc View SourceTripleStorePersistenceAction(GraphPersistenceAction)
Creates a new persistence action that pertains to a Graph.
Declaration
public TripleStorePersistenceAction(GraphPersistenceAction graphAction)
Parameters
Type | Name | Description |
---|---|---|
GraphPersistenceAction | graphAction | Graph Action. |
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 SourceGraphAction
Gets the Graph Action (if any).
Declaration
public GraphPersistenceAction GraphAction { get; }
Property Value
Type | Description |
---|---|
GraphPersistenceAction |
IsGraphAction
Gets whether this action pertains to a Graph.
Declaration
public bool IsGraphAction { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTripleAction
Gets whether this action peratins to a Triple.
Declaration
public bool IsTripleAction { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
TripleAction
Gets the Triple Action (if any).
Declaration
public TriplePersistenceAction TripleAction { get; }
Property Value
Type | Description |
---|---|
TriplePersistenceAction |