C# Class RockWeb.Blocks.CheckIn.GroupSelect

Inheritance: Rock.CheckIn.CheckInBlock
Afficher le fichier Open project: NewSpring/Rock

Méthodes publiques

Méthode Description
RequiresSelection ( bool backingUp ) : bool

Determines if the block requires that a selection be made. This is used to determine if user should be redirected to this block or not.

Méthodes protégées

Méthode Description
OnLoad ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Load event.

ProcessSelection ( CheckInPerson person, CheckInSchedule schedule ) : bool

Processes the selection.

btnNoOptionOk_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnNoOptionOk control.

lbBack_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbBack control.

lbCancel_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbCancel control.

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

Handles the ItemCommand event of the rSelection control.

Private Methods

Méthode Description
ClearSelection ( ) : void

Clear any previously selected groups.

Method Details

OnLoad() protected méthode

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
Résultat void

ProcessSelection() protected méthode

Processes the selection.
protected ProcessSelection ( CheckInPerson person, CheckInSchedule schedule ) : bool
person Rock.CheckIn.CheckInPerson The person.
schedule Rock.CheckIn.CheckInSchedule The schedule.
Résultat bool

RequiresSelection() public méthode

Determines if the block requires that a selection be made. This is used to determine if user should be redirected to this block or not.
public RequiresSelection ( bool backingUp ) : bool
backingUp bool if set to true [backing up].
Résultat bool

btnNoOptionOk_Click() protected méthode

Handles the Click event of the btnNoOptionOk control.
protected btnNoOptionOk_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Résultat void

lbBack_Click() protected méthode

Handles the Click event of the lbBack control.
protected lbBack_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Résultat void

lbCancel_Click() protected méthode

Handles the Click event of the lbCancel control.
protected lbCancel_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Résultat void

rSelection_ItemCommand() protected méthode

Handles the ItemCommand event of the rSelection control.
protected rSelection_ItemCommand ( object source, System.Web.UI.WebControls.RepeaterCommandEventArgs e ) : void
source object The source of the event.
e System.Web.UI.WebControls.RepeaterCommandEventArgs The instance containing the event data.
Résultat void