C# 클래스 timw255.Sitefinity.SuperForms.FormControls.LogicalFormsControl

상속: FormsControl
파일 보기 프로젝트 열기: timw255/timw255.Sitefinity.SuperForms

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