Share via


ConfigurationSectionManageabilityProviderBase<T> Members

Include Protected Members
Include Inherited Members

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The ConfigurationSectionManageabilityProviderBase<T> type exposes the following members.

Constructors

  Name Description
Protected method ConfigurationSectionManageabilityProviderBase<T>
Initializes a new instance of the ConfigurationSectionManageabilityProviderBase<T> class with a given set of manageability providers for the elements in the section's collections.

Methods

  Name Description
Protected method AddAdministrativeTemplateDirectives Overloaded.
Protected method AddElementsPolicies<T>
Adds the ADM instructions that describe the policies that can be used to override the configuration information for the elements in a collection of configuration elements, using the registered element manageability providers for each element.
(Inherited from ConfigurationSectionManageabilityProvider.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Protected method GenerateWmiObjectsForConfigurationSection
Creates the ConfigurationSetting instances that describe the configurationSection.
Public method GetHashCode (Inherited from Object.)
Protected method GetSubProvider
Returns the ConfigurationElementManageabilityProvider instance registered for type configurationObjectType.
(Inherited from ConfigurationSectionManageabilityProvider.)
Public method GetType (Inherited from Object.)
Protected method LogExceptionWhileOverriding
Logs an error detected while overriding a configuration object with policy values.
(Inherited from ConfigurationSectionManageabilityProvider.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OverrideWithGroupPoliciesAndGenerateWmiObjects
Overrides the configurationObject's and its internal configuration elements' properties with the Group Policy values from the registry, if any, and creates the ConfigurationSetting instances that describe the configuration.
(Overrides ConfigurationSectionManageabilityProvider.OverrideWithGroupPoliciesAndGenerateWmiObjects(ConfigurationSection, Boolean, IRegistryKey, IRegistryKey, Boolean, ICollection<ConfigurationSetting>).)
Protected method OverrideWithGroupPoliciesAndGenerateWmiObjectsForConfigurationElements
Overrides the configurationSection's configuration elements' properties with the Group Policy values from the registry, if any, and creates the ConfigurationSetting instances that describe these configuration elements.
Protected method OverrideWithGroupPoliciesAndGenerateWmiObjectsForElementCollection<T>
Overrides the properties for the configuration elements in the given collection, and creates the ConfigurationSetting instances that describe each element.
(Inherited from ConfigurationSectionManageabilityProvider.)
Protected method OverrideWithGroupPoliciesForConfigurationSection
Overrides the configurationSection's properties with the Group Policy values from the registry.
Public method ToString (Inherited from Object.)

Properties

  Name Description
Protected property SectionCategoryName
Gets the name of the category that represents the whole configuration section.
Protected property SectionName
Gets the name of the managed configuration section.

See Also

ConfigurationSectionManageabilityProviderBase<T> Class

Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Manageability Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.