CustomProviderDataHelper<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. |
Generic helper class for custom provider configuration objects.
Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)
Syntax
'Declaration
PublicClassCustomProviderDataHelper(Of T As {NameTypeConfigurationElement, IHelperAssistedCustomConfigurationData(Of T)})
publicclassCustomProviderDataHelper<T>
where T : NameTypeConfigurationElement, IHelperAssistedCustomConfigurationData<T>
generic<typename T>
where T : NameTypeConfigurationElement, IHelperAssistedCustomConfigurationData<T>
publicref classCustomProviderDataHelper
JScript does not support generic types or methods.
Type Parameters
- T
The type of the custom provider configuration object.
Remarks
The helper class encapsulates the logic to manage an unknown set of properties in ConfigurationElements. This logic cannot be inherited by the configuration objects because these objects must inherit from the base configuration object type for the hierarchy of providers the configuration object represents.
Inheritance Hierarchy
System.Object
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.CustomProviderDataHelper<T>
See Also
CustomProviderDataHelper<T> Members
Microsoft.Practices.EnterpriseLibrary.Common.Configuration 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. |