IConfigurationService
Represents the configuration service that provides a set of members for getting the configuration parameters.
Gets the configuration root.
Gets the Relativity instance configuration.
Bind the configuration to a new instance of type T.
Gets the configuration value/section by the specified key and converts it to a new instance of type T.
Throws ConfigurationKeyNotFoundException if the configuration by the specified key is not found.
Gets the string configuration value by the specified key.
Throws ConfigurationKeyNotFoundException if the configuration by the specified key is not found.
Gets the configuration value/section by the specified key and converts it to a new instance of type T;
or default(T) if not found.
Gets the configuration value/section by the specified key and converts it to a new instance of type T;
or defaultValue if not found.
Gets the configuration value by the specified key or null if not found.
Gets the configuration value by the specified key or defaultValue if not found.