C# 클래스 RockWeb.Blocks.CheckIn.FamilySelect

상속: Rock.CheckIn.CheckInBlock
파일 보기 프로젝트 열기: NewSpring/Rock

보호된 메소드들

메소드 설명
GoBack ( ) : void

Special handling instead of the normal, default GoBack() behavior.

NavigateToNextPage ( string>.Dictionary queryParams, bool validateSelectionRequired ) : void
OnLoad ( EventArgs e ) : void
lbBack_Click ( object sender, EventArgs e ) : void
lbCancel_Click ( object sender, EventArgs e ) : void
rSelection_ItemCommand ( object source, System.Web.UI.WebControls.RepeaterCommandEventArgs e ) : void

비공개 메소드들

메소드 설명
ClearSelection ( ) : void

Clear any previously selected families.

ProcessSelection ( ) : void

메소드 상세

GoBack() 보호된 메소드

Special handling instead of the normal, default GoBack() behavior.
protected GoBack ( ) : void
리턴 void

NavigateToNextPage() 보호된 메소드

protected NavigateToNextPage ( string>.Dictionary queryParams, bool validateSelectionRequired ) : void
queryParams string>.Dictionary
validateSelectionRequired bool
리턴 void

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void

lbBack_Click() 보호된 메소드

protected lbBack_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

lbCancel_Click() 보호된 메소드

protected lbCancel_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

rSelection_ItemCommand() 보호된 메소드

protected rSelection_ItemCommand ( object source, System.Web.UI.WebControls.RepeaterCommandEventArgs e ) : void
source object
e System.Web.UI.WebControls.RepeaterCommandEventArgs
리턴 void