C# 클래스 RockWeb.Blocks.Security.BackgroundCheck.ProtectMyMinistrySettings

상속: Rock.Web.UI.RockBlock
파일 보기 프로젝트 열기: NewPointe/Rockit

공개 메소드들

메소드 설명
BindPackageGrid ( ) : void

Binds the package grid.

ShowDetail ( ) : void

Shows the detail.

ShowEdit ( List settings ) : void

Shows the edit.

ShowHighlightLabels ( List settings ) : void

Shows the highlight labels.

ShowNew ( ) : void

Shows the new.

ShowPackageEdit ( int definedValueId ) : void

Shows the package edit.

ShowView ( List settings ) : void

Shows the view.

보호된 메소드들

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

dlgPackage_SaveClick ( object sender, EventArgs e ) : void
gDefinedValues_Add ( object sender, EventArgs e ) : void

Handles the Add event of the gDefinedValues control.

gDefinedValues_Delete ( object sender, RowEventArgs e ) : void

Handles the Delete event of the gDefinedValues control.

gDefinedValues_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gDefinedValues control.

gDefinedValues_GridReorder ( object sender, Rock.Web.UI.Controls.GridReorderEventArgs e ) : void

Handles the GridReorder event of the gDefinedValues control.

gDefinedValues_RowSelected ( object sender, RowEventArgs e ) : void

Handles the RowSelected event of the gDefinedValues control.

lbCancel_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbCancel control.

lbEdit_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbEdit control.

lbSaveNew_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbSaveNew control.

lbSave_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbSave control.

비공개 메소드들

메소드 설명
GetSettingValue ( List values, string key, bool encryptedValue = false ) : string

Gets the setting value.

GetSettings ( RockContext rockContext ) : List

Gets the settings.

HideDialog ( ) : void

Hides the dialog.

SetSettingValue ( RockContext rockContext, List values, string key, string value, bool encryptValue = false ) : void

Sets the setting value.

ShowDialog ( ) : void

Shows the dialog.

ShowDialog ( string dialog ) : void

Shows the dialog.

메소드 상세

BindPackageGrid() 공개 메소드

Binds the package grid.
public BindPackageGrid ( ) : void
리턴 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

ShowDetail() 공개 메소드

Shows the detail.
public ShowDetail ( ) : void
리턴 void

ShowEdit() 공개 메소드

Shows the edit.
public ShowEdit ( List settings ) : void
settings List The settings.
리턴 void

ShowHighlightLabels() 공개 메소드

Shows the highlight labels.
public ShowHighlightLabels ( List settings ) : void
settings List The settings.
리턴 void

ShowNew() 공개 메소드

Shows the new.
public ShowNew ( ) : void
리턴 void

ShowPackageEdit() 공개 메소드

Shows the package edit.
public ShowPackageEdit ( int definedValueId ) : void
definedValueId int The defined value identifier.
리턴 void

ShowView() 공개 메소드

Shows the view.
public ShowView ( List settings ) : void
settings List The settings.
리턴 void

dlgPackage_SaveClick() 보호된 메소드

protected dlgPackage_SaveClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

gDefinedValues_Add() 보호된 메소드

Handles the Add event of the gDefinedValues control.
protected gDefinedValues_Add ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

gDefinedValues_Delete() 보호된 메소드

Handles the Delete event of the gDefinedValues control.
protected gDefinedValues_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

gDefinedValues_GridRebind() 보호된 메소드

Handles the GridRebind event of the gDefinedValues control.
protected gDefinedValues_GridRebind ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

gDefinedValues_GridReorder() 보호된 메소드

Handles the GridReorder event of the gDefinedValues control.
protected gDefinedValues_GridReorder ( object sender, Rock.Web.UI.Controls.GridReorderEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.GridReorderEventArgs The instance containing the event data.
리턴 void

gDefinedValues_RowSelected() 보호된 메소드

Handles the RowSelected event of the gDefinedValues control.
protected gDefinedValues_RowSelected ( 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

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

lbEdit_Click() 보호된 메소드

Handles the Click event of the lbEdit control.
protected lbEdit_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

lbSaveNew_Click() 보호된 메소드

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