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: 9.0.0
Syntax
C#
public static DataClassInfo CreateBizFormDataClass(
	string className,
	string displayName,
	string tableName,
	string primaryKeyName,
	List<FormFieldInfo> fields = null
)

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
fields (Optional)
Type: System.Collections.GenericListFormFieldInfo
List of additional fields

Return Value

Type: DataClassInfo
See Also