Class FullTextPropertyFunctionFactory
Property Function factory for Full Text functions.
Inheritance
System.Object
FullTextPropertyFunctionFactory
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Query.PropertyFunctions
Assembly: dotNetRdf.Query.FullText.dll
Syntax
public class FullTextPropertyFunctionFactory : 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 |
---|---|---|
System.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 |