ReadOnlyConfigurationProvider Class

Wrapper for IConfigurationProvider to block calls to Set(String, String).

Definition

Namespace: Gemstone.Configuration.ReadOnly
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.166 -- Release Build+d3cb24a90fe44346300dfbb17444d7b350f42d79
public class ReadOnlyConfigurationProvider : IConfigurationProvider
Inheritance
Object    ReadOnlyConfigurationProvider
Implements
IConfigurationProvider

Constructors

ReadOnlyConfigurationProvider Creates a new instance of the ReadOnlyConfigurationProvider class.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows 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.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetReloadToken Returns a change token if this provider supports change tracking, null otherwise.
GetTypeGets the Type of the current instance.
(Inherited from Object)
Load Loads configuration values from the source represented by this IConfigurationProvider.
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Set Sets a configuration value for the specified key.
ToStringReturns a string that represents the current object.
(Inherited from Object)
TryGet Tries to get a configuration value for the specified key.

Extension Methods

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)

See Also