Interface IPropertyFunctionFactory
Interface for Property Function factories.
Namespace: VDS.RDF.Query.PropertyFunctions
Assembly: dotNetRdf.dll
Syntax
public interface IPropertyFunctionFactory
Methods
| Improve this Doc View SourceIsPropertyFunction(Uri)
Gets whether the factory considers the given URI as representing a property function.
Declaration
bool IsPropertyFunction(Uri u)
Parameters
Type | Name | Description |
---|---|---|
System.Uri | u | URI. |
Returns
Type | Description |
---|---|
System.Boolean |
TryCreatePropertyFunction(PropertyFunctionInfo, out IPropertyFunctionPattern)
Tries to create a property function pattern with the given information.
Declaration
bool TryCreatePropertyFunction(PropertyFunctionInfo info, out IPropertyFunctionPattern function)
Parameters
Type | Name | Description |
---|---|---|
PropertyFunctionInfo | info | Function information. |
IPropertyFunctionPattern | function | Property Function pattern. |
Returns
Type | Description |
---|---|
System.Boolean |