ExpressionFactoryFactoryTryLoadObject Method |
Tries to load a SPARQL Custom Expression Factory based on information from the Configuration Graph.
Namespace:
VDS.RDF.Configuration
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public bool TryLoadObject(
IGraph g,
INode objNode,
Type targetType,
out Object obj
)
Public Function TryLoadObject (
g As IGraph,
objNode As INode,
targetType As Type,
<OutAttribute> ByRef obj As Object
) As Boolean
Parameters
- g
- Type: VDS.RDFIGraph
Configuration Graph. - objNode
- Type: VDS.RDFINode
Object Node. - targetType
- Type: SystemType
Target Type. - obj
- Type: SystemObject
Output Object.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Configuration.ExpressionFactoryFactory.TryLoadObject(VDS.RDF.IGraph,VDS.RDF.INode,System.Type,System.Object@)"]
Implements
IObjectFactoryTryLoadObject(IGraph, INode, Type, Object)See Also