ConfigurationLoaderLoadObject Method |
Name | Description | |
---|---|---|
LoadObjectT(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.
| |
LoadObject(String) |
Loads the Object identified by the given blank node identifier as an Object.
| |
LoadObjectT(Uri) |
Loads the Object identified by the given URI as an object of the given type based on information from the Configuration Graph.
| |
LoadObject(Uri) |
Loads the Object identified by the given URI as an Object.
| |
LoadObject(IGraph, INode) |
Loads the Object identified by the given Node based on information from the Configuration Graph.
| |
LoadObject(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.
|