ConfigurationLoader Class |
Namespace: VDS.RDF.Configuration
The ConfigurationLoader type exposes the following members.
Name | Description | |
---|---|---|
![]() | ConfigurationLoader(String) |
Creates a new instance of ConfigurationLoader, which
loads an existing configuration graph and applies auto-configuration.
|
![]() | ConfigurationLoader(Uri) |
Creates a new instance of ConfigurationLoader, which
loads an existing configuration graph from file and applies auto-configuration.
|
![]() | ConfigurationLoader(IGraph) |
Creates a new instance of ConfigurationLoader, which
loads an existing configuration graph and applies auto-configuration.
|
![]() | ConfigurationLoader(String, Boolean) |
Creates a new instance of ConfigurationLoader, which
loads an existing configuration graph and optionally applies auto-configuration.
|
![]() | ConfigurationLoader(Uri, Boolean) |
Creates a new instance of ConfigurationLoader, which
loads an existing configuration graph and optionally applies auto-configuration.
|
![]() | ConfigurationLoader(IGraph, Boolean) |
Creates a new instance of ConfigurationLoader, which
loads an existing configuration graph and optionally applies auto-configuration.
|
Name | Description | |
---|---|---|
![]() ![]() | PathResolver |
Gets/Sets the in-use Path Resolver.
|
![]() ![]() | SettingsProvider |
Gets or sets the provider of external settings.
|
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, IEnumerable<INode>, 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, IEnumerable<INode>, 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, IEnumerable<INode>, 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, IEnumerable<INode>) |
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, IEnumerable<INode>) |
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, IEnumerable<INode>) |
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.
|
![]() | 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.
|
![]() | 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.) |
Name | Description | |
---|---|---|
![]() ![]() | ClassAlgebraOptimiser |
URI Constants for configuration classes.
|
![]() ![]() | ClassDatasetParser |
URI Constants for configuration classes.
|
![]() ![]() | ClassDatasetWriter |
URI Constants for configuration classes.
|
![]() ![]() | ClassGraph |
URI Constants for configuration classes.
|
![]() ![]() | ClassGraphCollection |
URI Constants for configuration classes.
|
![]() ![]() | ClassHttpHandler |
URI Constants for configuration classes.
|
![]() ![]() | ClassObjectFactory |
URI Constants for configuration classes.
|
![]() ![]() | ClassOwlReasoner |
URI Constants for configuration classes.
|
![]() ![]() | ClassPermission |
URI Constants for configuration classes.
|
![]() ![]() | ClassProxy |
URI Constants for configuration classes.
|
![]() ![]() | ClassQueryOptimiser |
URI Constants for configuration classes.
|
![]() ![]() | ClassRdfParser |
URI Constants for configuration classes.
|
![]() ![]() | ClassRdfWriter |
URI Constants for configuration classes.
|
![]() ![]() | ClassReasoner |
URI Constants for configuration classes.
|
![]() ![]() | ClassSparqlDataset |
URI Constants for configuration classes.
|
![]() ![]() | ClassSparqlEndpoint |
URI Constants for configuration classes.
|
![]() ![]() | ClassSparqlExpressionFactory |
URI Constants for configuration classes.
|
![]() ![]() | ClassSparqlHttpProtocolProcessor |
URI Constants for configuration classes.
|
![]() ![]() | ClassSparqlOperator |
URI Constants for configuration classes.
|
![]() ![]() | ClassSparqlPropertyFunctionFactory |
URI Constants for configuration classes.
|
![]() ![]() | ClassSparqlQueryEndpoint |
URI Constants for configuration classes.
|
![]() ![]() | ClassSparqlQueryProcessor |
URI Constants for configuration classes.
|
![]() ![]() | ClassSparqlResultsParser |
URI Constants for configuration classes.
|
![]() ![]() | ClassSparqlResultsWriter |
URI Constants for configuration classes.
|
![]() ![]() | ClassSparqlUpdateEndpoint |
URI Constants for configuration classes.
|
![]() ![]() | ClassSparqlUpdateProcessor |
URI Constants for configuration classes.
|
![]() ![]() | ClassStorageProvider |
URI Constants for configuration classes.
|
![]() ![]() | ClassStorageServer |
URI Constants for configuration classes.
|
![]() ![]() | ClassTripleCollection |
URI Constants for configuration classes.
|
![]() ![]() | ClassTripleStore |
URI Constants for configuration classes.
|
![]() ![]() | ClassUser |
URI Constants for configuration classes.
|
![]() ![]() | ClassUserGroup |
URI Constants for configuration classes.
|
![]() ![]() | ConfigurationNamespace |
Configuration Namespace URI.
|
![]() ![]() | DefaultTypeGraph |
QName Constants for Default Types for some configuration classes.
|
![]() ![]() | DefaultTypeGraphCollection |
QName Constants for Default Types for some configuration classes.
|
![]() ![]() | DefaultTypeSparqlHttpProtocolProcessor |
QName Constants for Default Types for some configuration classes.
|
![]() ![]() | DefaultTypeSparqlQueryProcessor |
QName Constants for Default Types for some configuration classes.
|
![]() ![]() | DefaultTypeSparqlUpdateProcessor |
QName Constants for Default Types for some configuration classes.
|
![]() ![]() | DefaultTypeTripleCollection |
QName Constants for Default Types for some configuration classes.
|
![]() ![]() | DefaultTypeTripleStore |
QName Constants for Default Types for some configuration classes.
|
![]() ![]() | DefaultTypeUserGroup |
QName Constants for Default Types for some configuration classes.
|
![]() ![]() | PropertyAction |
URI Constants for configuration properties.
|
![]() ![]() | PropertyAlgebraOptimiser |
URI Constants for configuration properties.
|
![]() ![]() | PropertyAllow |
URI Constants for configuration properties.
|
![]() ![]() | PropertyAssignUri |
URI Constants for configuration properties.
|
![]() ![]() | PropertyAsync |
URI Constants for configuration properties.
|
![]() ![]() | PropertyAttributeWriting |
URI Constants for configuration properties.
|
![]() ![]() | PropertyCacheDuration |
URI Constants for configuration properties.
|
![]() ![]() | PropertyCacheSliding |
URI Constants for configuration properties.
|
![]() ![]() | PropertyCatalog |
URI Constants for configuration properties.
|
![]() ![]() | PropertyCompressionLevel |
URI Constants for configuration properties.
|
![]() ![]() | PropertyConfigure |
URI Constants for configuration properties.
|
![]() ![]() | PropertyCredentials |
URI Constants for configuration properties.
|
![]() ![]() | PropertyDatabase |
URI Constants for configuration properties.
|
![]() ![]() | PropertyDefaultGraphUri |
URI Constants for configuration properties.
|
![]() ![]() | PropertyDefaultQueryFile |
URI Constants for configuration properties.
|
![]() ![]() | PropertyDefaultUpdateFile |
URI Constants for configuration properties.
|
![]() ![]() | PropertyDeny |
URI Constants for configuration properties.
|
![]() ![]() | PropertyDescribeAlgorithm |
URI Constants for configuration properties.
|
![]() ![]() | PropertyDtdWriting |
URI Constants for configuration properties.
|
![]() ![]() | PropertyEnableCors |
URI Constants for configuration properties.
|
![]() ![]() | PropertyEnabled |
URI Constants for configuration properties.
|
![]() ![]() | PropertyEnableUpdates |
URI Constants for configuration properties.
|
![]() ![]() | PropertyEncryptConnection |
URI Constants for configuration properties.
|
![]() ![]() | PropertyEndpoint |
URI Constants for configuration properties.
|
![]() ![]() | PropertyEndpointUri |
URI Constants for configuration properties.
|
![]() ![]() | PropertyExpressionFactory |
URI Constants for configuration properties.
|
![]() ![]() | PropertyFromDataset |
URI Constants for configuration properties.
|
![]() ![]() | PropertyFromEmbedded |
URI Constants for configuration properties.
|
![]() ![]() | PropertyFromFile |
URI Constants for configuration properties.
|
![]() ![]() | PropertyFromGraph |
URI Constants for configuration properties.
|
![]() ![]() | PropertyFromStore |
URI Constants for configuration properties.
|
![]() ![]() | PropertyFromString |
URI Constants for configuration properties.
|
![]() ![]() | PropertyFromUri |
URI Constants for configuration properties.
|
![]() ![]() | PropertyFunctionFactory |
URI Constants for configuration properties.
|
![]() ![]() | PropertyHaltOnError |
URI Constants for configuration properties.
|
![]() ![]() | PropertyHighSpeedWriting |
URI Constants for configuration properties.
|
![]() ![]() | PropertyImportNamespacesFrom |
URI Constants for configuration properties.
|
![]() ![]() | PropertyImports |
URI Constants for configuration properties.
|
![]() ![]() | PropertyIntroFile |
URI Constants for configuration properties.
|
![]() ![]() | PropertyLoadMode |
URI Constants for configuration properties.
|
![]() ![]() | PropertyMember |
URI Constants for configuration properties.
|
![]() ![]() | PropertyMultiThreadedWriting |
URI Constants for configuration properties.
|
![]() ![]() | PropertyNamedGraphUri |
URI Constants for configuration properties.
|
![]() ![]() | PropertyOwlReasoner |
URI Constants for configuration properties.
|
![]() ![]() | PropertyPartialResults |
URI Constants for configuration properties.
|
![]() ![]() | PropertyPassword |
URI Constants for configuration properties.
|
![]() ![]() | PropertyPermissionModel |
URI Constants for configuration properties.
|
![]() ![]() | PropertyPort |
URI Constants for configuration properties.
|
![]() ![]() | PropertyPrettyPrinting |
URI Constants for configuration properties.
|
![]() ![]() | PropertyProtocolProcessor |
URI Constants for configuration properties.
|
![]() ![]() | PropertyProxy |
URI Constants for configuration properties.
|
![]() ![]() | PropertyQueryEndpoint |
URI Constants for configuration properties.
|
![]() ![]() | PropertyQueryEndpointUri |
URI Constants for configuration properties.
|
![]() ![]() | PropertyQueryOptimiser |
URI Constants for configuration properties.
|
![]() ![]() | PropertyQueryPath |
URI Constants for configuration properties.
|
![]() ![]() | PropertyQueryProcessor |
URI Constants for configuration properties.
|
![]() ![]() | PropertyReadOnly |
URI Constants for configuration properties.
|
![]() ![]() | PropertyReasoner |
URI Constants for configuration properties.
|
![]() ![]() | PropertyRequiresAuthentication |
URI Constants for configuration properties.
|
![]() ![]() | PropertyServer |
URI Constants for configuration properties.
|
![]() ![]() | PropertyServiceDescription |
URI Constants for configuration properties.
|
![]() ![]() | PropertyShowErrors |
URI Constants for configuration properties.
|
![]() ![]() | PropertyShowQueryForm |
URI Constants for configuration properties.
|
![]() ![]() | PropertyShowUpdateForm |
URI Constants for configuration properties.
|
![]() ![]() | PropertySkipParsing |
URI Constants for configuration properties.
|
![]() ![]() | PropertyStorageProvider |
URI Constants for configuration properties.
|
![]() ![]() | PropertyStore |
URI Constants for configuration properties.
|
![]() ![]() | PropertyStylesheet |
URI Constants for configuration properties.
|
![]() ![]() | PropertySyntax |
URI Constants for configuration properties.
|
![]() ![]() | PropertyTimeout |
URI Constants for configuration properties.
|
![]() ![]() | PropertyType |
URI Constants for configuration properties.
|
![]() ![]() | PropertyUnionDefaultGraph |
URI Constants for configuration properties.
|
![]() ![]() | PropertyUpdateEndpoint |
URI Constants for configuration properties.
|
![]() ![]() | PropertyUpdateEndpointUri |
URI Constants for configuration properties.
|
![]() ![]() | PropertyUpdatePath |
URI Constants for configuration properties.
|
![]() ![]() | PropertyUpdateProcessor |
URI Constants for configuration properties.
|
![]() ![]() | PropertyUseCredentialsForProxy |
URI Constants for configuration properties.
|
![]() ![]() | PropertyUser |
URI Constants for configuration properties.
|
![]() ![]() | PropertyUserGroup |
URI Constants for configuration properties.
|
![]() ![]() | PropertyUsingDataset |
URI Constants for configuration properties.
|
![]() ![]() | PropertyUsingGraph |
URI Constants for configuration properties.
|
![]() ![]() | PropertyUsingGraphCollection |
URI Constants for configuration properties.
|
![]() ![]() | PropertyUsingStore |
URI Constants for configuration properties.
|
![]() ![]() | PropertyUsingTripleCollection |
URI Constants for configuration properties.
|
![]() ![]() | PropertyWithUri |
URI Constants for configuration properties.
|
![]() ![]() | UriSchemeAppSettings |
Constants for URI Schemes with special meaning within the Configuration API.
|
![]() ![]() | UriSchemeConfigureOptions |
Constants for URI Schemes with special meaning within the Configuration API.
|