Click or drag to resize
AbstractInfoTInfoNew Method (IDataContainer)
Creates new object of the given class

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static TInfo New(
	IDataContainer dc
)

Parameters

dc
Type: CMS.BaseIDataContainer
Container with the source data

Return Value

Type: TInfo
See Also