public class ReadOnlyConfigurationProvider : IConfigurationProviderPublic Class ReadOnlyConfigurationProvider
Implements IConfigurationProviderpublic ref class ReadOnlyConfigurationProvider : IConfigurationProviderGemstone.Configuration.ReadOnly.ReadOnlyConfigurationProvider = function();
Type.createClass(
'Gemstone.Configuration.ReadOnly.ReadOnlyConfigurationProvider',
null,
Microsoft.Extensions.Configuration.IConfigurationProvider);| ReadOnlyConfigurationProvider | Creates a new instance of the ReadOnlyConfigurationProvider class. |
| 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) |
| GetChildKeys | Returns the immediate descendant configuration keys for a given parent path based on this IConfigurationProviders data and the set of keys returned by all the preceding IConfigurationProviders. |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetReloadToken | Returns a change token if this provider supports change tracking, null otherwise. |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| Load | Loads configuration values from the source represented by this IConfigurationProvider. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| Set | Sets a configuration value for the specified key. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| TryGet | Tries to get a configuration value for the specified key. |
| GetEnumValueOrDefault |
Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |
| GetEnumValueOrDefaultT |
Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |