Click or drag to resize

VirtuosoObjectFactory.TryLoadObject 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.RDF.IGraph
Configuration Graph.
objNode
Type: VDS.RDF.INode
Object Node.
targetType
Type: System.Type
Target Type.
obj
Type: System.Object
Created Object.

Return Value

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

Implements

IObjectFactory.TryLoadObject(IGraph, INode, Type, Object)
See Also