C# Class timw255.Sitefinity.SuperForms.FormControls.LogicalFormsControl

Inheritance: FormsControl
Datei anzeigen Open project: timw255/timw255.Sitefinity.SuperForms

Private Properties

Property Type Description
BuildConditionalRuleSet List
GetFormEntryByUserId FormEntry
GetPriorFormEntry FormEntry
GetPriorFormEntryByKeyField FormEntry
ProcessForm void
RenderFormFields void
SaveFormEntry void
ShowProgressiveField bool

Protected Methods

Method Description
InitializeControls ( GenericContainer container ) : void
OnPreRender ( EventArgs e ) : void
Submit_Click ( object sender, EventArgs e ) : void

Private Methods

Method Description
BuildConditionalRuleSet ( ) : List
GetFormEntryByUserId ( System.Guid userId ) : FormEntry
GetPriorFormEntry ( ) : FormEntry
GetPriorFormEntryByKeyField ( string keyFieldValue ) : FormEntry
ProcessForm ( FormDescription form ) : void
RenderFormFields ( ) : void
SaveFormEntry ( FormDescription description ) : void
ShowProgressiveField ( Control control1 ) : bool

Method Details

InitializeControls() protected method

protected InitializeControls ( GenericContainer container ) : void
container GenericContainer
return void

OnPreRender() protected method

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
return void

Submit_Click() protected method

protected Submit_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void