C# Class RockWeb.Blocks.Security.BackgroundCheck.ProtectMyMinistrySettings

Inheritance: Rock.Web.UI.RockBlock
Afficher le fichier Open project: NewPointe/Rockit

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
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.

Private Methods

Méthode Description
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.

Method Details

BindPackageGrid() public méthode

Binds the package grid.
public BindPackageGrid ( ) : void
Résultat void

OnInit() protected méthode

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
Résultat void

OnLoad() protected méthode

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
Résultat void

ShowDetail() public méthode

Shows the detail.
public ShowDetail ( ) : void
Résultat void

ShowEdit() public méthode

Shows the edit.
public ShowEdit ( List settings ) : void
settings List The settings.
Résultat void

ShowHighlightLabels() public méthode

Shows the highlight labels.
public ShowHighlightLabels ( List settings ) : void
settings List The settings.
Résultat void

ShowNew() public méthode

Shows the new.
public ShowNew ( ) : void
Résultat void

ShowPackageEdit() public méthode

Shows the package edit.
public ShowPackageEdit ( int definedValueId ) : void
definedValueId int The defined value identifier.
Résultat void

ShowView() public méthode

Shows the view.
public ShowView ( List settings ) : void
settings List The settings.
Résultat void

dlgPackage_SaveClick() protected méthode

protected dlgPackage_SaveClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

gDefinedValues_Add() protected méthode

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.
Résultat void

gDefinedValues_Delete() protected méthode

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.
Résultat void

gDefinedValues_GridRebind() protected méthode

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.
Résultat void

gDefinedValues_GridReorder() protected méthode

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.
Résultat void

gDefinedValues_RowSelected() protected méthode

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.
Résultat void

lbCancel_Click() protected méthode

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.
Résultat void

lbEdit_Click() protected méthode

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.
Résultat void

lbSaveNew_Click() protected méthode

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.
Résultat void

lbSave_Click() protected méthode

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.
Résultat void