Click or drag to resize

PropertyFunctionFactoryIsRegisteredFactory Method (IPropertyFunctionFactory)

Gets whether a factory is registered.

Namespace:  VDS.RDF.Query.PropertyFunctions
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static bool IsRegisteredFactory(
	IPropertyFunctionFactory factory
)

Parameters

factory
Type: VDS.RDF.Query.PropertyFunctionsIPropertyFunctionFactory
Factory.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Query.PropertyFunctions.PropertyFunctionFactory.IsRegisteredFactory(VDS.RDF.Query.PropertyFunctions.IPropertyFunctionFactory)"]

See Also