Show / Hide Table of Contents

Interface IPathOperator

Interface for Property Path Operators.

Inherited Members
ISparqlAlgebra.Variables
ISparqlAlgebra.FloatingVariables
ISparqlAlgebra.FixedVariables
ISparqlAlgebra.ToQuery()
ISparqlAlgebra.ToGraphPattern()
IVisitable.Accept<T>(ISparqlAlgebraVisitor<T>)
IProcessable.Accept<TResult, TContext>(ISparqlQueryAlgebraProcessor<TResult, TContext>, TContext)
Namespace: VDS.RDF.Query.Algebra
Assembly: dotNetRdf.dll
Syntax
public interface IPathOperator : ISparqlAlgebra, IVisitable, IProcessable

Properties

| Edit this page View Source

Path

Gets the Property Path.

Declaration
ISparqlPath Path { get; }
Property Value
Type Description
ISparqlPath
| Edit this page View Source

PathEnd

Gets the Path End.

Declaration
PatternItem PathEnd { get; }
Property Value
Type Description
PatternItem
| Edit this page View Source

PathStart

Gets the Path Start.

Declaration
PatternItem PathStart { get; }
Property Value
Type Description
PatternItem

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Properties
    • Path
    • PathEnd
    • PathStart
  • Extension Methods
Back to top Generated by DocFX