Click or drag to resize

VirtuosoObjectFactoryTryLoadObject Method

Attempts to load an Object of the given type identified by the given Node and returned as the Type that this loader generates.

Namespace:  VDS.RDF.Configuration
Assembly:  dotNetRDF.Data.Virtuoso (in dotNetRDF.Data.Virtuoso.dll) Version: 2.0.1+5.Branch.master.Sha.2b2692866fdc3f3bb5bc6f318ab2f93abcc1a689
Syntax
public bool TryLoadObject(
	IGraph g,
	INode objNode,
	Type targetType,
	out Object obj
)

Parameters

g
Type: VDS.RDFIGraph
Configuration Graph.
objNode
Type: VDS.RDFINode
Object Node.
targetType
Type: SystemType
Target Type.
obj
Type: SystemObject
Created Object.

Return Value

Type: Boolean
True if the loader succeeded in creating an Object.

Implements

IObjectFactoryTryLoadObject(IGraph, INode, Type, Object)
See Also