Click or drag to resize
DataEngineCodeTemplateGeneratorGetBindingInfoProviderCodeTemplate Method
Gets the template for the binding info provider class code generation for the specified data class.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static BindingInfoProviderTemplate GetBindingInfoProviderCodeTemplate(
	DataClassInfo dataClass
)

Parameters

dataClass
Type: CMS.DataEngineDataClassInfo
Data class

Return Value

Type: BindingInfoProviderTemplate
See Also