C# 클래스 RockWeb.Blocks.Cms.HtmlContentDetail

상속: Rock.Web.UI.RockBlockCustomSettings
파일 보기 프로젝트 열기: SparkDevNetwork/Rock

보호된 메소드들

메소드 설명
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