Click or drag to resize
DataClassInfo Constructor

Note: This API is now obsolete.

Constructor - Creates an empty ClassInfo object.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
[ObsoleteAttribute("This constructor is meant for system purposes, it shouldn't be used directly. Use method DataClassInfo.New. For inheritance, use DataClassInfo(dummy).")]
public DataClassInfo()
See Also