Share via


CustomProviderDataManageabilityProvider<T> Class

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.

Base class for ConfigurationElementManageabilityProvider implementations that provide manageability support for custom provider's configuration.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Manageability
Assembly:  Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)

Syntax

'Declaration
PublicMustInheritClassCustomProviderDataManageabilityProvider(Of T As {NameTypeConfigurationElement, ICustomProviderData}) _
    Inherits ConfigurationElementManageabilityProviderBase(Of T)
publicabstractclassCustomProviderDataManageabilityProvider<T> : ConfigurationElementManageabilityProviderBase<T>
where T : NameTypeConfigurationElement, ICustomProviderData
generic<typename T>
where T : NameTypeConfigurationElement, ICustomProviderData
publicref classCustomProviderDataManageabilityProviderabstract : public ConfigurationElementManageabilityProviderBase<T>
JScript does not support generic types or methods.

Type Parameters

  • T
    The custon provider's configuration element type.

Remarks

The basic configuration for a custom provider includes the provider type and a collection of attributes.

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Manageability.ConfigurationElementManageabilityProvider
    Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Manageability.ConfigurationElementManageabilityProviderBase<T>
      Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Manageability.CustomProviderDataManageabilityProvider<T>

See Also

CustomProviderDataManageabilityProvider<T> Members

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.