ConfigurationLoader Methods |
The ConfigurationLoader type exposes the following members.
| Name | Description | |
|---|---|---|
| AddObjectFactory |
Registers an Object Factory with the Configuration Loader.
| |
| AutoConfigure |
Given a Configuration Graph applies all available auto-configuration based on the contents of the graph.
| |
| AutoConfigureObjectFactories |
Given a Configuration Graph will detect and configure Object Factories defined in the configuration.
| |
| AutoConfigureReadersAndWriters |
Given a Configuration Graph will detect Readers and Writers for RDF and SPARQL syntaxes and register them with MimeTypesHelper. This will cause the library defaults to be overridden where appropriate.
| |
| AutoConfigureSparqlOperators |
Given a Configuration Graph will detect and configure SPARQL Operators.
| |
| AutoConfigureStaticOptions |
Given a Configuration Graph will detect and configure static options that are specified using the dnr:configure property with special <dotnetrdf-configure:Class/Property> subject URIs.
| |
| CheckCircularReference |
Checks for circular references and throws an error if there is one.
| |
| ClearCache |
Clears the Object Loader cache (this is not recommended).
| |
| CreateConfigurationNode | Obsolete.
Creates a URI Node that refers to some Configuration property/type.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetConfigurationArray |
Gets all the literal values given for a property of a given Object in the Configuration Graph.
| |
| GetConfigurationBoolean(IGraph, INode, IEnumerableINode, Boolean) |
Gets the Boolean value or a given default of the first instance of the first property for a given Object in the Configuration Graph.
| |
| GetConfigurationBoolean(IGraph, INode, INode, Boolean) |
Gets the Boolean value or a given default of the first instance of a property for a given Object in the Configuration Graph.
| |
| GetConfigurationData |
Gets all the values given for a property of a given Object in the Configuration Graph.
| |
| GetConfigurationInt32(IGraph, INode, IEnumerableINode, Int32) |
Gets the 64 bit Integer value or a given default of the first instance of the first property for a given Object in the Configuration Graph.
| |
| GetConfigurationInt32(IGraph, INode, INode, Int32) |
Gets the 64 bit Integer value or a given default of the first instance of a property for a given Object in the Configuration Graph.
| |
| GetConfigurationInt64(IGraph, INode, IEnumerableINode, Int64) |
Gets the 64 bit Integer value or a given default of the first instance of the first property for a given Object in the Configuration Graph.
| |
| GetConfigurationInt64(IGraph, INode, INode, Int64) |
Gets the 64 bit Integer value or a given default of the first instance of a property for a given Object in the Configuration Graph.
| |
| GetConfigurationNode(IGraph, INode, IEnumerableINode) |
Gets the first value given for the first found property of a given Object in the Configuration Graph.
| |
| GetConfigurationNode(IGraph, INode, INode) |
Gets the first value given for a property of a given Object in the Configuration Graph.
| |
| GetConfigurationString(IGraph, INode, IEnumerableINode) |
Gets the String value or null of the first instance of the first property for a given Object in the Configuration Graph where the value for the property is a Literal Node.
| |
| GetConfigurationString(IGraph, INode, INode) |
Gets the String value or null of the first instance of a property for a given Object in the Configuration Graph where the value for the property is a Literal Node.
| |
| GetConfigurationValue(IGraph, INode, IEnumerableINode) |
Gets the String value or null of the first instance of the first property for a given Object in the Configuration Graph.
| |
| GetConfigurationValue(IGraph, INode, INode) |
Gets the String value or null of the first instance of a property for a given Object in the Configuration Graph.
| |
| GetDefaultType(String) |
Attempts to return the Default Type to load an Object as when there is no dnr:type property but there is a rdf:type property.
| |
| GetDefaultType(IGraph, INode) |
Attempts to find the Default Type to load an Object as when no explicit dnr:type property has been declared but an rdf:type property has been declared giving a valid Configuration Class.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetUsernameAndPassword |
Gets the Username and Password specified for a given Object.
| |
| IsCached |
Gets whether the given Object has already been loaded and cached.
| |
| LoadConfiguration(String) |
Loads a Configuration Graph and applies auto-configuration.
| |
| LoadConfiguration(Uri) |
Loads a Configuration Graph and applies auto-configuration.
| |
| LoadConfiguration(String, Boolean) |
Loads a Configuration Graph and applies auto-configuration if desired.
| |
| LoadConfiguration(Uri, Boolean) |
Loads a Configuration Graph and applies auto-configuration if desired.
| |
| LoadEmbeddedConfiguration(String) |
Loads a Configuration Graph and applies auto-configuration.
| |
| LoadEmbeddedConfiguration(String, Boolean) |
Loads a Configuration Graph and applies auto-configuration if desired.
| |
| 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(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.
| |
| 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.
| |
| LoadObjectT(Uri) |
Loads the Object identified by the given URI as an object of the given type based on information from the Configuration Graph.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ResolveAppSetting |
Attempts to resolve special <appsettings> URIs into actual values.
| |
| ResolvePath |
Resolves a Path using the in-use path-resolver.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |