Click or drag to resize
AbstractInfoTInfo Constructor (ObjectTypeInfo, DataRow)
Constructor - Initializes the type dependent values.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
protected AbstractInfo(
	ObjectTypeInfo typeInfo,
	DataRow dr
)

Parameters

typeInfo
Type: CMS.DataEngineObjectTypeInfo
Type information
dr
Type: System.DataDataRow
DataRow with the source data
See Also