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

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

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

Метод Описание
HtmlContentDetail_BlockUpdated ( object sender, EventArgs e ) : void

Handles the BlockUpdated event of the HtmlContentDetail control.

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.

SelectVersion_Click ( object sender, Rock e ) : void

Handles the Click event of the SelectVersion control.

ShowSettings ( ) : void

Shows the settings.

ShowView ( ) : void

Shows the view.

gVersions_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gVersions control.

lbApprove_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbApprove control.

lbCancel_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbCancel control.

lbDeny_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbDeny control.

lbReturnToEdit_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbReturnToEdit control.

lbSave_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbSave control.

lbShowVersionGrid_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbShowVersionGrid control.

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

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

Binds the grid.

EntityValue ( ) : string

Entities the value.

GetMaxVersionOfHtmlContent ( ) : int?

Gets the maximum version that this HtmlContent block

SetApprovalValues ( bool approved, PersonAlias personAlias ) : void

Sets the approval values.

ShowEditDetail ( RockWeb.Blocks.Cms.HtmlContent htmlContent ) : void

Shows the edit detail.

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

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

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

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

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

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

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

Shows the settings.
protected ShowSettings ( ) : void
Результат void

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

Shows the view.
protected ShowView ( ) : void
Результат void

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

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

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

Handles the Click event of the lbApprove control.
protected lbApprove_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

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

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

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

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

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

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

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

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