IHelperAssistedCustomConfigurationData<T> Interface

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.

This interface must be implemented by configuration objects for custom providers that rely on a CustomProviderDataHelper<T> to perform the dynamic properties management.

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

Syntax

'Declaration
PublicInterfaceIHelperAssistedCustomConfigurationData(Of T As {NameTypeConfigurationElement, IHelperAssistedCustomConfigurationData(Of T)}) _
    Implements ICustomProviderData
publicinterfaceIHelperAssistedCustomConfigurationData<T> : ICustomProviderData
where T : NameTypeConfigurationElement, IHelperAssistedCustomConfigurationData<T>
generic<typename T>
where T : NameTypeConfigurationElement, IHelperAssistedCustomConfigurationData<T>
publicinterface classIHelperAssistedCustomConfigurationData : ICustomProviderData
JScript does not support generic types or methods.

Type Parameters

  • T
    The configuration object type. It must match the type implementing the interface.

Remarks

This interface is generic so that the helper can be strongly typed.

See Also

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