AbstractInfoBase<TInfo> Constructor (ObjectTypeInfo, IDataClass, Boolean) |
Constructor - Initializes the object with source data.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntaxprotected AbstractInfoBase(
ObjectTypeInfo typeInfo,
IDataClass sourceData,
bool keepSourceData
)
Parameters
- typeInfo
- Type: CMS.DataEngine.ObjectTypeInfo
Type information - sourceData
- Type: CMS.DataEngine.IDataClass
Source data - keepSourceData
- Type: System.Boolean
If true, source data are kept
See Also