Click or drag to resize

PropertyFunctionFactoryIsPropertyFunction Method (Uri, IEnumerableIPropertyFunctionFactory)

Gets whether a URI is considered a property function by any global/local factory.

Namespace:  VDS.RDF.Query.PropertyFunctions
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static bool IsPropertyFunction(
	Uri u,
	IEnumerable<IPropertyFunctionFactory> localFactories
)

Parameters

u
Type: SystemUri
Function URI.
localFactories
Type: System.Collections.GenericIEnumerableIPropertyFunctionFactory
Locally scoped factories.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Query.PropertyFunctions.PropertyFunctionFactory.IsPropertyFunction(System.Uri,System.Collections.Generic.IEnumerable{VDS.RDF.Query.PropertyFunctions.IPropertyFunctionFactory})"]

See Also