Table of Contents

Interface IHashtableSettingsSource<TInfo>

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll

Provides HashtableSettings for TInfo provider.

public interface IHashtableSettingsSource<TInfo> where TInfo : AbstractInfoBase<TInfo>, new()

Type Parameters

TInfo

Type of info object for which to source the settings.

Extension Methods

Methods

Get()

HashtableSettings Get()

Returns

HashtableSettings

Returns settings, or null if no settings are configured for TInfo.

Remarks

The default implementation provides HashtableSettings based on the InfoCacheAttribute optionally associated with the TInfo class.

See Also