Click or drag to resize
DataEngineCodeTemplateGeneratorGetBindingInfoCodeTemplateV12 Method
Gets the template for the binding info class code generation for the specified data class. The legacy template uses version 12 like code.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public static BindingInfoTemplateV12 GetBindingInfoCodeTemplateV12(
	DataClassInfo dataClass
)

Parameters

dataClass
Type: CMS.DataEngineDataClassInfo
Data class

Return Value

Type: BindingInfoTemplateV12
See Also