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

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

Parameters

dataClass
Type: CMS.DataEngineDataClassInfo
Data class

Return Value

Type: String
See Also