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

| Edit this page 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
Uri u

URI.

Returns
Type Description
bool
| Edit this page 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
bool

Extension Methods

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