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 | |
---|---|---|
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 | |
---|---|---|
AddAdministrativeTemplateDirectives | Overloaded. | |
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.) |
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GenerateWmiObjectsForConfigurationSection |
Creates the ConfigurationSetting instances that describe the configurationSection.
|
|
GetHashCode | (Inherited from Object.) | |
GetSubProvider |
Returns the ConfigurationElementManageabilityProvider instance registered for type configurationObjectType.
(Inherited from ConfigurationSectionManageabilityProvider.) |
|
GetType | (Inherited from Object.) | |
LogExceptionWhileOverriding |
Logs an error detected while overriding a configuration object with policy values.
(Inherited from ConfigurationSectionManageabilityProvider.) |
|
MemberwiseClone | (Inherited from Object.) | |
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>).) |
|
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.
|
|
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.) |
|
OverrideWithGroupPoliciesForConfigurationSection |
Overrides the configurationSection's properties with the Group Policy values from the registry.
|
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
SectionCategoryName |
Gets the name of the category that represents the whole configuration section.
|
|
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. |