Class FormValueCalculator
Calculator for Forms and form field values. Store the json value of the form fields in the database in a searchable way.
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public class FormValueCalculator : Object
Constructors
FormValueCalculator()
Calculator for Forms and form field values. Store the json value of the form fields in the database in a searchable way.
Declaration
public FormValueCalculator()
Methods
Update(Int32)
Calculator for Forms and form field values. Store the json value of the form fields in the database in a searchable way.
Declaration
public static int Update(int count)
Parameters
Type | Name | Description |
---|---|---|
Int32 | count |
Returns
Type | Description |
---|---|
Int32 |
UpdateForm(Int32)
Calculator for Forms and form field values. Store the json value of the form fields in the database in a searchable way.
Declaration
public static int UpdateForm(int formId)
Parameters
Type | Name | Description |
---|---|---|
Int32 | formId |
Returns
Type | Description |
---|---|
Int32 |
UpdateFormSubmission(Int32)
Save the form values to the database
Declaration
public static int UpdateFormSubmission(int formSubmissionId)
Parameters
Type | Name | Description |
---|---|---|
Int32 | formSubmissionId |
Returns
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)