IHelperAssistedCustomConfigurationData<T> Interface

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) Version: 6.0.0.0 (6.0.1304.0)

Syntax

public interface IHelperAssistedCustomConfigurationData<T> : ICustomProviderData
where T : NameTypeConfigurationElement, IHelperAssistedCustomConfigurationData<T>
'Declaration
Public Interface IHelperAssistedCustomConfigurationData(Of T As {NameTypeConfigurationElement, IHelperAssistedCustomConfigurationData(Of T)})
    Inherits ICustomProviderData
generic<typename T>
where T : NameTypeConfigurationElement, IHelperAssistedCustomConfigurationData<T>
public interface class IHelperAssistedCustomConfigurationData : ICustomProviderData

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