Show / Hide Table of Contents

Interface IPropertyFunctionFactory

Interface for Property Function factories.

Namespace: VDS.RDF.Query.PropertyFunctions
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
Type Name Description
PropertyFunctionInfo info

Function information.

IPropertyFunctionPattern function

Property Function pattern.

Returns
Type Description
System.Boolean

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Methods
    • IsPropertyFunction(Uri)
    • TryCreatePropertyFunction(PropertyFunctionInfo, out IPropertyFunctionPattern)
  • Extension Methods
Back to top Generated by DocFX