Click or drag to resize

IConfigurationLoader Interface

The Configuration Loader is responsible for the loading of Configuration information and objects based upon information encoded in a Graph but more generally may be used for the loading of any type of object whose configuration has been loaded in a Graph and for which a relevant IObjectFactory is available.

Namespace:  VDS.RDF.Configuration
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public interface IConfigurationLoader
Methods
  NameDescription
Public methodLoadObject(String)
Loads the Object identified by the given blank node identifier as an Object.
Public methodLoadObject(Uri)
Loads the Object identified by the given URI as an Object.
Public methodLoadObjectT(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.
Public methodLoadObjectT(Uri)
Loads the Object identified by the given URI as an object of the given type based on information from the Configuration Graph.
Top
See Also