| AbstractInfoTInfo Constructor (ObjectTypeInfo, Boolean) | 
            Constructor - Initializes the type dependent values.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntaxprotected 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