Click or drag to resize
BindingInfoTemplate Constructor
Creates the info template and initializes it using the specified data class.

Namespace: CMS.DataEngine.Generators
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public BindingInfoTemplate(
	DataClassInfo dataClass
)

Parameters

dataClass
Type: CMS.DataEngineDataClassInfo
Data class
See Also