Class FullTextPropertyFunctionFactory
Property Function factory for Full Text functions.
Implements
Inherited Members
Namespace: VDS.RDF.Query.PropertyFunctions
Assembly: dotNetRdf.Query.FullText.dll
Syntax
public class FullTextPropertyFunctionFactory : IPropertyFunctionFactory
Methods
| Edit this page View SourceIsPropertyFunction(Uri)
Gets whether the given URI is a property function URI.
Declaration
public bool IsPropertyFunction(Uri u)
Parameters
Type | Name | Description |
---|---|---|
Uri | u | URI. |
Returns
Type | Description |
---|---|
bool |
TryCreatePropertyFunction(PropertyFunctionInfo, out IPropertyFunctionPattern)
Tries to create property functions.
Declaration
public bool TryCreatePropertyFunction(PropertyFunctionInfo info, out IPropertyFunctionPattern function)
Parameters
Type | Name | Description |
---|---|---|
PropertyFunctionInfo | info | Function information. |
IPropertyFunctionPattern | function | Property Function. |
Returns
Type | Description |
---|---|
bool |