Click or drag to resize

ConfigurationLoader Constructor (IGraph, Boolean)

Creates a new instance of ConfigurationLoader, which loads an existing configuration graph and optionally applies auto-configuration.

Namespace:  VDS.RDF.Configuration
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public ConfigurationLoader(
	IGraph configGraph,
	bool autoConfigure
)

Parameters

configGraph
Type: VDS.RDFIGraph

[Missing <param name="configGraph"/> documentation for "M:VDS.RDF.Configuration.ConfigurationLoader.#ctor(VDS.RDF.IGraph,System.Boolean)"]

autoConfigure
Type: SystemBoolean

[Missing <param name="autoConfigure"/> documentation for "M:VDS.RDF.Configuration.ConfigurationLoader.#ctor(VDS.RDF.IGraph,System.Boolean)"]

See Also