Show / Hide Table of Contents

Class Property

Represents a Predicate which is part of a Path.

Inheritance
object
Property
Implements
ISparqlPath
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: VDS.RDF.Query.Paths
Assembly: dotNetRdf.dll
Syntax
public class Property : ISparqlPath

Constructors

| Edit this page View Source

Property(INode)

Creates a new Property.

Declaration
public Property(INode predicate)
Parameters
Type Name Description
INode predicate

Predicate.

Properties

| Edit this page View Source

Predicate

Gets the Predicate this part of the Path represents.

Declaration
public INode Predicate { get; }
Property Value
Type Description
INode

Methods

| Edit this page 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
| Edit this page View Source

ToString()

Gets the String representation of the Path.

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

Implements

ISparqlPath

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Constructors
    • Property(INode)
  • Properties
    • Predicate
  • Methods
    • ToAlgebra(PathTransformContext)
    • ToString()
  • Implements
  • Extension Methods
Back to top Generated by DocFX