C# Класс RockWeb.Blocks.Follow.PersonSuggestionNotice

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

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

Метод Описание
OnLoad ( EventArgs e ) : void

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

lbFollowing_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbFollowing control.

lbSuggestions_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbSuggestions control.

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

Метод Описание
GetCount ( ) : int

Gets the data.

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

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

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
Результат void

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

Handles the Click event of the lbFollowing control.
protected lbFollowing_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void

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

Handles the Click event of the lbSuggestions control.
protected lbSuggestions_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void