AbstractInfoTInfo Constructor (ObjectTypeInfo, Boolean) |
Constructor - Initializes the type dependent values.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax protected AbstractInfo(
ObjectTypeInfo typeInfo,
bool createData
)
Parameters
- typeInfo
- Type: CMS.DataEngineObjectTypeInfo
Type information - createData
- Type: SystemBoolean
If true, data structure of the object is created
See Also