C# Класс RockWeb.Blocks.CheckIn.Welcome

Наследование: Rock.CheckIn.CheckInBlock
Показать файл Открыть проект

Защищенные методы

Метод Описание
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.

Приватные методы

Метод Описание
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.

Описание методов

OnInit() защищенный Метод

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Результат void

OnLoad() защищенный Метод

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Результат void

btnBack_Click() защищенный Метод

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.
Результат void

btnManager_Click() защищенный Метод

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.
Результат void

btnOverride_Click() защищенный Метод

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.
Результат void

btnScheduleLocations_Click() защищенный Метод

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.
Результат void

lbCancel_Click() защищенный Метод

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.
Результат void

lbLogin_Click() защищенный Метод

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.
Результат void

lbRefresh_Click() защищенный Метод

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.
Результат void

lbSearch_Click() защищенный Метод

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.
Результат void

rLocations_ItemCommand() защищенный Метод

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.
Результат void

rLocations_ItemDataBound() защищенный Метод

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.
Результат void