C# Класс timw255.Sitefinity.SuperForms.FormControls.LogicalFormsControl

Наследование: FormsControl
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
BuildConditionalRuleSet List
GetFormEntryByUserId FormEntry
GetPriorFormEntry FormEntry
GetPriorFormEntryByKeyField FormEntry
ProcessForm void
RenderFormFields void
SaveFormEntry void
ShowProgressiveField bool

Защищенные методы

Метод Описание
InitializeControls ( GenericContainer container ) : void
OnPreRender ( EventArgs e ) : void
Submit_Click ( object sender, EventArgs e ) : void

Приватные методы

Метод Описание
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

Описание методов

InitializeControls() защищенный Метод

protected InitializeControls ( GenericContainer container ) : void
container GenericContainer
Результат void

OnPreRender() защищенный Метод

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
Результат void

Submit_Click() защищенный Метод

protected Submit_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void