Interface IPropertyFunctionFactory
Interface for Property Function factories.
Assembly: dotNetRDF.dll
Syntax
public interface IPropertyFunctionFactory
Methods
|
Improve this Doc
View Source
IsPropertyFunction(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 |
|
|
Improve this Doc
View Source
TryCreatePropertyFunction(PropertyFunctionInfo, out IPropertyFunctionPattern)
Tries to create a property function pattern with the given information.
Declaration
bool TryCreatePropertyFunction(PropertyFunctionInfo info, out IPropertyFunctionPattern function)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Extension Methods