Click or drag to resize
AbstractInfoProvider<TInfo, TProvider> Constructor (ObjectTypeInfo, HashtableSettings)
Default constructor.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected AbstractInfoProvider(
	ObjectTypeInfo typeInfo,
	HashtableSettings settings = null
)

Parameters

typeInfo
Type: CMS.DataEngine.ObjectTypeInfo
Object type information
settings (Optional)
Type: CMS.DataEngine.HashtableSettings
Hashtable settings
See Also