Class FullTextPropertyFunctionFactory
Property Function factory for Full Text functions.
Inheritance
System.Object
FullTextPropertyFunctionFactory
Implements
Namespace: VDS.RDF.Query.PropertyFunctions
Assembly: dotNetRDF.Query.FullText.dll
Syntax
public class FullTextPropertyFunctionFactory : object, IPropertyFunctionFactory
Methods
| Improve this Doc 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 |
---|---|
System.Boolean |
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 |
---|---|
System.Boolean |