Click or drag to resize
DataClassFactoryLoadClassData Method (IDataContainer, IDataClass)
Loads the data of the IDataContainer object to the class.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static void LoadClassData(
	IDataContainer sourceData,
	IDataClass destData
)

Parameters

sourceData
Type: CMS.BaseIDataContainer
Object with source data
destData
Type: CMS.DataEngineIDataClass
Destination object
See Also