PathTransformContext Class |
Namespace: VDS.RDF.Query.Paths
The PathTransformContext type exposes the following members.
Name | Description | |
---|---|---|
PathTransformContext(PathTransformContext) |
Creates a new Path Transform Context from an existing context.
| |
PathTransformContext(PatternItem, PatternItem) |
Creates a new Path Transform Context.
|
Name | Description | |
---|---|---|
End |
Gets/Sets the Object at the end of the Pattern.
| |
NextID |
Gets the Next ID to be used.
| |
Object |
Gets/Sets the Object of the Triple Pattern at this point in the Path Transformation.
| |
Subject |
Gets/Sets the Subject of the Triple Pattern at this point in the Path Transformation.
| |
Top |
Gets/Sets whether this is the Top Level Pattern.
|
Name | Description | |
---|---|---|
AddTriplePattern |
Adds a Triple Pattern to the Path Transform.
| |
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.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetNextTemporaryVariable |
Gets the next available temporary variable.
| |
GetTriplePattern |
Creates a Triple Pattern.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ResetObject |
Resets the current Object to be the end Object of the Path.
| |
ToAlgebra |
Returns the BGP that the Path Transform produces.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |