C# Class RockWeb.Blocks.CheckIn.FamilySelect

Inheritance: Rock.CheckIn.CheckInBlock
Exibir arquivo Open project: NewSpring/Rock

Protected Methods

Method Description
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

Private Methods

Method Description
ClearSelection ( ) : void

Clear any previously selected families.

ProcessSelection ( ) : void

Method Details

GoBack() protected method

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

NavigateToNextPage() protected method

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

OnLoad() protected method

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

lbBack_Click() protected method

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

lbCancel_Click() protected method

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

rSelection_ItemCommand() protected method

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