Click or drag to resize

ConfigurationLoader.LoadObject<T> Method (String)

Loads the Object identified by the given blank node identifier as an object of the given type based on information from the Configuration Graph.

Namespace:  VDS.RDF.Configuration
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public T LoadObject<T>(
	string blankNodeIdentifier
)

Parameters

blankNodeIdentifier
Type: System.String

[Missing <param name="blankNodeIdentifier"/> documentation for "M:VDS.RDF.Configuration.ConfigurationLoader.LoadObject``1(System.String)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:VDS.RDF.Configuration.ConfigurationLoader.LoadObject``1(System.String)"]

Return Value

Type: T

[Missing <returns> documentation for "M:VDS.RDF.Configuration.ConfigurationLoader.LoadObject``1(System.String)"]

Implements

IConfigurationLoader.LoadObject<T>(String)
Remarks
See remarks under LoadObject(IGraph, INode).
See Also