Click or drag to resize

PropertyFunctionFactory.TryCreatePropertyFunction Method (PropertyFunctionInfo, IEnumerable<IPropertyFunctionFactory>, 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.PropertyFunctions.PropertyFunctionInfo
Property Function information.
localFactories
Type: System.Collections.Generic.IEnumerable<IPropertyFunctionFactory>
Locally Scoped factories.
function
Type: VDS.RDF.Query.Patterns.IPropertyFunctionPattern
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