Class Property
Represents a Predicate which is part of a Path.
Inheritance
System.Object
Property
Implements
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)
Namespace: VDS.RDF.Query.Paths
Assembly: dotNetRDF.dll
Syntax
public class Property : ISparqlPath
Constructors
| Improve this Doc View SourceProperty(INode)
Creates a new Property.
Declaration
public Property(INode predicate)
Parameters
Type | Name | Description |
---|---|---|
INode | predicate | Predicate. |
Properties
| Improve this Doc View SourcePredicate
Gets the Predicate this part of the Path represents.
Declaration
public INode Predicate { get; }
Property Value
Type | Description |
---|---|
INode |
Methods
| Improve this Doc View SourceEvaluate(PathEvaluationContext)
Evaluates the Path using the given Path Evaluation Context.
Declaration
public void Evaluate(PathEvaluationContext context)
Parameters
Type | Name | Description |
---|---|---|
PathEvaluationContext | context | Path Evaluation Context. |
ToAlgebra(PathTransformContext)
Converts a Path into its Algebra Form.
Declaration
public ISparqlAlgebra ToAlgebra(PathTransformContext context)
Parameters
Type | Name | Description |
---|---|---|
PathTransformContext | context | Path Transformation Context. |
Returns
Type | Description |
---|---|
ISparqlAlgebra |
ToString()
Gets the String representation of the Path.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()