Show / Hide Table of Contents

Class Property

Represents a Predicate which is part of a Path.
Inheritance
System.Object
Property
Implements
ISparqlPath
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 Source

Property(INode)

Creates a new Property.
Declaration
public Property(INode predicate)
Parameters
Type Name Description
INode predicate Predicate.

Properties

| Improve this Doc View Source

Predicate

Gets the Predicate this part of the Path represents.
Declaration
public INode Predicate { get; }
Property Value
Type Description
INode

Methods

| Improve this Doc View Source

Evaluate(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.
| Improve this Doc View Source

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
| Improve this Doc View Source

ToString()

Gets the String representation of the Path.
Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()

Implements

ISparqlPath

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • Property(INode)
  • Properties
    • Predicate
  • Methods
    • Evaluate(PathEvaluationContext)
    • ToAlgebra(PathTransformContext)
    • ToString()
  • Implements
  • Extension Methods
Back to top Generated by DocFX