C# Class RockWeb.Blocks.CheckIn.Welcome

Inheritance: Rock.CheckIn.CheckInBlock
Datei anzeigen Open project: NewSpring/Rock

Protected Methods

Method Description
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void
btnBack_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnBack control.

btnManager_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnManager control.

btnOverride_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnOverride control.

btnScheduleLocations_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnScheduleLocations control.

lbCancel_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbCancel control.

lbLogin_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbLogin control.

lbRefresh_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbRefresh control.

lbSearch_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbSearch control.

rLocations_ItemCommand ( object source, System e ) : void

Handles the ItemCommand event of the rLocations control.

rLocations_ItemDataBound ( object sender, System e ) : void

Handles the ItemDataBound event of the rLocations control.

Private Methods

Method Description
BindManagerLocationsGrid ( ) : void

Binds the manager locations grid.

IsMobileAndExpiredDevice ( ) : bool

Determines if the device is "mobile" and if it is no longer valid.

RefreshView ( ) : void

Refreshes the view.

RegisterScript ( ) : void

Registers the script.

ShowManagementDetails ( ) : void

Shows the management details.

SomeScannerSearch ( DefinedValueCache searchType, string searchValue ) : void

Somes the scanner search.

Method Details

OnInit() protected method

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

OnLoad() protected method

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

btnBack_Click() protected method

Handles the Click event of the btnBack control.
protected btnBack_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

btnManager_Click() protected method

Handles the Click event of the btnManager control.
protected btnManager_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

btnOverride_Click() protected method

Handles the Click event of the btnOverride control.
protected btnOverride_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

btnScheduleLocations_Click() protected method

Handles the Click event of the btnScheduleLocations control.
protected btnScheduleLocations_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

lbCancel_Click() protected method

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.
return void

lbLogin_Click() protected method

Handles the Click event of the lbLogin control.
protected lbLogin_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

lbRefresh_Click() protected method

Handles the Click event of the lbRefresh control.
protected lbRefresh_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

lbSearch_Click() protected method

Handles the Click event of the lbSearch control.
protected lbSearch_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

rLocations_ItemCommand() protected method

Handles the ItemCommand event of the rLocations control.
protected rLocations_ItemCommand ( object source, System e ) : void
source object The source of the event.
e System The instance containing the event data.
return void

rLocations_ItemDataBound() protected method

Handles the ItemDataBound event of the rLocations control.
protected rLocations_ItemDataBound ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
return void