Click or drag to resize

ConstructContext Class

Context used for Constructing Triples in SPARQL Query/Update.
Inheritance Hierarchy
SystemObject
  VDS.RDF.Query.ConstructConstructContext

Namespace:  VDS.RDF.Query.Construct
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public class ConstructContext

The ConstructContext type exposes the following members.

Constructors
  NameDescription
Public methodConstructContext(IGraph, ISet, Boolean)
Creates a new Construct Context.
Public methodConstructContext(INodeFactory, ISet, Boolean)
Creates a new Construct Context.
Top
Properties
  NameDescription
Public propertyGraph
Gets the Graph that Triples should be constructed in.
Public propertyPreserveBlankNodes
Gets whether Blank Nodes bound to variables should be preserved.
Public propertySet
Gets the Set that this Context pertains to.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetBlankNode
Creates a new Blank Node for this Context.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetNode
Creates a Node for the Context.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also