ConstructContext Class |
Namespace: VDS.RDF.Query.Construct
The ConstructContext type exposes the following members.
Name | Description | |
---|---|---|
ConstructContext(IGraph, ISet, Boolean) |
Creates a new Construct Context.
| |
ConstructContext(INodeFactory, ISet, Boolean) |
Creates a new Construct Context.
|
Name | Description | |
---|---|---|
Graph |
Gets the Graph that Triples should be constructed in.
| |
PreserveBlankNodes |
Gets whether Blank Nodes bound to variables should be preserved.
| |
Set |
Gets the Set that this Context pertains to.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetBlankNode |
Creates a new Blank Node for this Context.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetNode |
Creates a Node for the Context.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |