Class FormValueCalculator
Calculator for Forms and form field values. Store the json value of the form fields in the database in a searchable way.
Inheritance
FormValueCalculator
Assembly: SoDataBase.dll
public class FormValueCalculator
Constructors
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
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 Task<int> UpdateAsync(int count, CancellationToken cancellationToken = default)
Parameters
Returns
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 Task<int> UpdateFormAsync(int formId, CancellationToken cancellationToken = default)
Parameters
Returns
Save the form values to the database
Declaration
public static Task<int> UpdateFormSubmissionAsync(int formSubmissionId, CancellationToken cancellationToken = default)
Parameters
Returns
Extension Methods