Click or drag to resize
BizFormInfoProviderCreateBizFormDataClass Method
Creates bizform data class definition based on the given parameters.

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 8.2.23
Syntax
C#
public static DataClassInfo CreateBizFormDataClass(
	string className,
	string displayName,
	string tableName,
	string primaryKeyName
)

Parameters

className
Type: SystemString
Form class name
displayName
Type: SystemString
Form display name
tableName
Type: SystemString
Form table name
primaryKeyName
Type: SystemString
Table primary key column name

Return Value

Type: DataClassInfo
See Also