Show / Hide Table of Contents

Interface ITriplePatternBuilderInternal

Additional methods and properties that can be used by extensions of the ITriplePatternBuilder interface.

Inherited Members
ITriplePatternBuilder.Subject(SparqlVariable)
ITriplePatternBuilder.Subject(string)
ITriplePatternBuilder.Subject<TNode>(string)
ITriplePatternBuilder.Subject(INode)
ITriplePatternBuilder.Subject(Uri)
ITriplePatternBuilder.Subject(PatternItem)
Namespace: VDS.RDF.Query.Builder
Assembly: dotNetRdf.dll
Syntax
public interface ITriplePatternBuilderInternal : ITriplePatternBuilder

Properties

| Edit this page View Source

PatternItemFactory

Gets the pattern item factory used by the builder.

Declaration
IPatternItemFactory PatternItemFactory { get; }
Property Value
Type Description
IPatternItemFactory
| Edit this page View Source

Prefixes

Gets the prefix manager, which allows adding prefixes to the query or graph pattern.

Declaration
INamespaceMapper Prefixes { get; }
Property Value
Type Description
INamespaceMapper

Methods

| Edit this page View Source

AddPattern(TriplePattern)

Add TriplePattern to the builder.

Declaration
void AddPattern(TriplePattern triplePattern)
Parameters
Type Name Description
TriplePattern triplePattern

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Properties
    • PatternItemFactory
    • Prefixes
  • Methods
    • AddPattern(TriplePattern)
  • Extension Methods
Back to top Generated by DocFX