Click or drag to resize
DataEngineCodeTemplateGeneratorGetBindingInfoProviderCodeTemplateV12 Method
Gets the legacy template for the binding info provider 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 BindingInfoProviderTemplateV12 GetBindingInfoProviderCodeTemplateV12(
	DataClassInfo dataClass
)

Parameters

dataClass
Type: CMS.DataEngineDataClassInfo
Data class

Return Value

Type: BindingInfoProviderTemplateV12
See Also