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

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

Parameters

dataClass
Type: CMS.DataEngineDataClassInfo
Data class

Return Value

Type: String
See Also