Show / Hide Table of Contents

Interface IPropertyFunctionPattern

Interface for Triple Patterns that do property functions.

Inherited Members
ITriplePattern.PatternType
ITriplePattern.IsAcceptAll
ITriplePattern.Variables
ITriplePattern.FloatingVariables
ITriplePattern.FixedVariables
ITriplePattern.UsesDefaultDataset
ITriplePattern.HasNoBlankVariables
IComparable<ITriplePattern>.CompareTo(ITriplePattern)
IProcessable.Accept<TResult, TContext>(ISparqlQueryAlgebraProcessor<TResult, TContext>, TContext)
IVisitable.Accept<T>(ISparqlAlgebraVisitor<T>)
IComparable<IPropertyFunctionPattern>.CompareTo(IPropertyFunctionPattern)
Namespace: VDS.RDF.Query.Patterns
Assembly: dotNetRdf.dll
Syntax
public interface IPropertyFunctionPattern : ITriplePattern, IComparable<ITriplePattern>, IProcessable, IVisitable, IComparable<IPropertyFunctionPattern>

Properties

| Edit this page View Source

ObjectArgs

Gets the Object arguments of the function.

Declaration
IEnumerable<PatternItem> ObjectArgs { get; }
Property Value
Type Description
IEnumerable<PatternItem>
| Edit this page View Source

OriginalPatterns

Gets the original triple patterns that made up this pattern.

Declaration
IEnumerable<ITriplePattern> OriginalPatterns { get; }
Property Value
Type Description
IEnumerable<ITriplePattern>
| Edit this page View Source

PropertyFunction

Gets the property function.

Declaration
ISparqlPropertyFunction PropertyFunction { get; }
Property Value
Type Description
ISparqlPropertyFunction
| Edit this page View Source

SubjectArgs

Gets the Subject arguments of the function.

Declaration
IEnumerable<PatternItem> SubjectArgs { get; }
Property Value
Type Description
IEnumerable<PatternItem>

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Properties
    • ObjectArgs
    • OriginalPatterns
    • PropertyFunction
    • SubjectArgs
  • Extension Methods
Back to top Generated by DocFX