Click or drag to resize

ConfigurationLoader.LoadObject Method

Overload List
  NameDescription
Public methodLoadObject<T>(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 methodLoadObject(String)
Loads the Object identified by the given blank node identifier as an Object.
Public methodLoadObject<T>(Uri)
Loads the Object identified by the given URI as an object of the given type based on information from the Configuration Graph.
Public methodLoadObject(Uri)
Loads the Object identified by the given URI as an Object.
Public methodStatic memberLoadObject(IGraph, INode)
Loads the Object identified by the given Node based on information from the Configuration Graph.
Public methodStatic memberLoadObject(IGraph, INode, Type)
Loads the Object identified by the given Node as an object of the given type based on information from the Configuration Graph.
Top
See Also