Click or drag to resize
DataEngineCodeTemplateGeneratorGetBindingInfoCode Method
Generates the default binding info class code for the specified data class.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static string GetBindingInfoCode(
	DataClassInfo dataClass
)

Parameters

dataClass
Type: CMS.DataEngineDataClassInfo
Data class

Return Value

Type: String
See Also