BizFormInfoProviderCreateBizFormDataClass Method |
Creates bizform data class definition based on the given parameters.
Namespace: CMS.OnlineFormsAssembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 13.0.131
Syntax 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:
DataClassInfoSee Also