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 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 |