Click or drag to resize

PropertyFunctionFactoryTryCreatePropertyFunction Method (PropertyFunctionInfo, IEnumerableIPropertyFunctionFactory, IPropertyFunctionPattern)

Tries to create a property function.

Namespace:  VDS.RDF.Query.PropertyFunctions
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static bool TryCreatePropertyFunction(
	PropertyFunctionInfo info,
	IEnumerable<IPropertyFunctionFactory> localFactories,
	out IPropertyFunctionPattern function
)

Parameters

info
Type: VDS.RDF.Query.PropertyFunctionsPropertyFunctionInfo
Property Function information.
localFactories
Type: System.Collections.GenericIEnumerableIPropertyFunctionFactory
Locally Scoped factories.
function
Type: VDS.RDF.Query.PatternsIPropertyFunctionPattern
Property Function.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Query.PropertyFunctions.PropertyFunctionFactory.TryCreatePropertyFunction(VDS.RDF.Query.PropertyFunctions.PropertyFunctionInfo,System.Collections.Generic.IEnumerable{VDS.RDF.Query.PropertyFunctions.IPropertyFunctionFactory},VDS.RDF.Query.Patterns.IPropertyFunctionPattern@)"]

See Also