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

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

Parameters

dataClass
Type: CMS.DataEngineDataClassInfo
Data class

Return Value

Type: BindingInfoProviderInterfaceTemplate
See Also