Interface ITriplePatternBuilderInternal
Additional methods and properties that can be used by extensions of the ITriplePatternBuilder interface.
Inherited Members
Namespace: VDS.RDF.Query.Builder
Assembly: dotNetRDF.dll
Syntax
public interface ITriplePatternBuilderInternal : ITriplePatternBuilder
Properties
| Improve this Doc View SourcePatternItemFactory
Gets the pattern item factory used by the builder.
Declaration
IPatternItemFactory PatternItemFactory { get; }
Property Value
Type | Description |
---|---|
IPatternItemFactory |
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
| Improve this Doc View SourceAddPattern(TriplePattern)
Add TriplePattern to the builder.
Declaration
void AddPattern(TriplePattern triplePattern)
Parameters
Type | Name | Description |
---|---|---|
TriplePattern | triplePattern |