IConfigurationLoader Interface |
Namespace: VDS.RDF.Configuration
Name | Description | |
---|---|---|
![]() | LoadObject(String) |
Loads the Object identified by the given blank node identifier as an Object.
|
![]() | LoadObject(Uri) |
Loads the Object identified by the given URI as an Object.
|
![]() | LoadObject<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.
|
![]() | LoadObject<T>(Uri) |
Loads the Object identified by the given URI as an object of the given type based on information from the Configuration Graph.
|