C# Класс RockWeb.Blocks.Cms.SiteList

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

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

Метод Описание
GetDomains ( int siteID ) : string
OnInit ( EventArgs e ) : void

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

OnLoad ( EventArgs e ) : void

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

gSites_Add ( object sender, EventArgs e ) : void

Handles the Add event of the gSites control.

gSites_Delete ( object sender, RowEventArgs e ) : void

Handles the Delete event of the gSites control.

gSites_Edit ( object sender, RowEventArgs e ) : void

Handles the Edit event of the gSites control.

gSites_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gSites control.

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

Метод Описание
BindGrid ( ) : void

Binds the grid.

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

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

protected GetDomains ( int siteID ) : string
siteID int
Результат string

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

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

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

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

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

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

Handles the Delete event of the gSites control.
protected gSites_Delete ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
Результат void

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

Handles the Edit event of the gSites control.
protected gSites_Edit ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
Результат void

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

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