Share via


ConfigurationSectionManageabilityProvider 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 ConfigurationSectionManageabilityProvider type exposes the following members.

Constructors

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

Methods

  Name Description
Protected method AddAdministrativeTemplateDirectives
Adds the ADM instructions that describe the policies that can be used to override the configuration information represented by a configuration section.
Protected methodStatic member AddAdministrativeTemplateDirectivesForElement<T>
Adds the ADM instructions that describe the policies that can be used to override the configuration information for the element using the supplied element manageability provider.
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.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Protected methodStatic member GetPolicyKey
Returns the registry key that represents a policy.
Protected method GetSubProvider
Returns the ConfigurationElementManageabilityProvider instance registered for type configurationObjectType.
Public method GetType (Inherited from Object.)
Protected methodStatic member LoadRegistrySubKeys
Utility method that loads sub keys at the machine and user level.
Protected method LogExceptionWhileOverriding
Logs an error detected while overriding a configuration object with policy values.
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.
Protected methodStatic member OverrideWithGroupPoliciesAndGenerateWmiObjectsForElement<T>
Overrides the properties for the configuration element and creates the ConfigurationSetting instances that describe it.
Protected method OverrideWithGroupPoliciesAndGenerateWmiObjectsForElementCollection<T>
Overrides the properties for the configuration elements in the given collection, and creates the ConfigurationSetting instances that describe each element.
Protected methodStatic member ReleaseRegistryKeys
Utility method that closes registry keys.
Public method ToString (Inherited from Object.)

Fields

  Name Description
Public fieldStatic member PolicyValueName
The name of the value used to hold policy enablement status.

See Also

ConfigurationSectionManageabilityProvider 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.