Click or drag to resize
AbstractInfoTInfo Constructor (ObjectTypeInfo, IDataClass, Boolean)
Constructor - Initializes the object with source data.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
protected AbstractInfo(
	ObjectTypeInfo typeInfo,
	IDataClass sourceData,
	bool keepSourceData
)

Parameters

typeInfo
Type: CMS.DataEngineObjectTypeInfo
Type information
sourceData
Type: CMS.DataEngineIDataClass
Source data
keepSourceData
Type: SystemBoolean
If true, source data are kept
See Also