WorkflowPage Class Reference
Accessible methods
void FillFormData(DataSet or XmlDocument)
void FillFormData(DataSet or XmlDocument)protected void Page_Load(object sender, System.EventArgs e)
{
// ...
// Fill your form data
FillFormData(formData);
// ...
}void SaveFieldsData(DataSet)
void SaveFieldsData(DataSet)void BindFormDataToFields(DataSet, bool isPageDataBind = true)
void BindFormDataToFields(DataSet, bool isPageDataBind = true)void SaveFormData(DataSet or XmlDocument)
void SaveFormData(DataSet or XmlDocument)void SaveFormData (DataSet, bool saveFieldValues)
void SaveFormData (DataSet, bool saveFieldValues)void SubmitToWorkflow()
void SubmitToWorkflow()void SubmitToWorkflow(isDraftMode)
void SubmitToWorkflow(isDraftMode)void SubmitToWorkflow(DataSet or XmlDocument)
void SubmitToWorkflow(DataSet or XmlDocument)void SubmitToWorkflow(DataSet, Boolean saveFieldValues)
void SubmitToWorkflow(DataSet, Boolean saveFieldValues)string SaveFileAttachment(HttpPostedFile)
string SaveFileAttachment(HttpPostedFile)string SaveFileAttachment (HttpPostedFile, string)
string SaveFileAttachment (HttpPostedFile, string)Overridable methods
string GetFormArchive()
string GetFormArchive()void ChangeFormArchiveLayout()
void ChangeFormArchiveLayout()void ChangeFormLayout()
void ChangeFormLayout()Properties
string CurrentWorkflowActionName (read-only)
string CurrentWorkflowActionName (read-only)string LangId (read-only)
string LangId (read-only)string StoragePath (read-only)
string StoragePath (read-only)string RequiredFieldsErrorMessage (read and write)
string RequiredFieldsErrorMessage (read and write)string FormArchiveFileName (read and write)
string FormArchiveFileName (read and write)string FormArchiveCssPath (read and write)
string FormArchiveCssPath (read and write)Color ReadOnlyFieldsBorderColor (read and write)
Color ReadOnlyFieldsBorderColor (read and write)Color RequiredFieldsBorderColor (read and write)
Color RequiredFieldsBorderColor (read and write)ColorizationType FieldsColorization (read and write)
ColorizationType FieldsColorization (read and write)Boolean IsStandAloneMode (read-only)
Boolean IsStandAloneMode (read-only)Boolean IsSimpleMode (read and write)
Boolean IsSimpleMode (read and write)Boolean HandleSubmitButton (read and write)
Boolean HandleSubmitButton (read and write)DataSet FormData (read-only)
DataSet FormData (read-only)string RequiredGridViewsErrorMessage (read and write)
string RequiredGridViewsErrorMessage (read and write)string InvalidNumberGridViewErrorMessage (read and write)
string InvalidNumberGridViewErrorMessage (read and write)string InvalidCurrencyGridViewsErrorMessage (read and write)
string InvalidCurrencyGridViewsErrorMessage (read and write)string RequiredColumnsInGridViewsErrorMessage (read and write)
string RequiredColumnsInGridViewsErrorMessage (read and write)string InvalidDateGridViewErrorMessage (read and write)
string InvalidDateGridViewErrorMessage (read and write)boolean ColorizeRequiredColumnsInGridViewHeader (read and write)
boolean ColorizeRequiredColumnsInGridViewHeader (read and write)string InvalidNumberErrorMessage (read and write)
string InvalidNumberErrorMessage (read and write)string InvalidCurrencyErrorMessage (read and write)
string InvalidCurrencyErrorMessage (read and write)string InvalidDateErrorMessage (read and write)
string InvalidDateErrorMessage (read and write)string ParamsXPath (read-only)
string ParamsXPath (read-only)boolean IsSessionLess (read and write)
boolean IsSessionLess (read and write)boolean SaveFormDataWithSchema (read and write)
boolean SaveFormDataWithSchema (read and write)boolean RemoveValidatorsInFormArchive (read and write)
boolean RemoveValidatorsInFormArchive (read and write)boolean ValidateRequiredFields (read and write)
boolean ValidateRequiredFields (read and write)ViewState and Session
Last updated