C# Class RockWeb.Blocks.Security.RestKeyDetail

Inheritance: Rock.Web.UI.RockBlock, IDetailBlock
ファイルを表示 Open project: NewPointe/Rockit

Public Methods

Method Description
ShowDetail ( int restUserId ) : void

Shows the detail.

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void

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

lbCancel_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbCancel control.

lbGenerate_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbGenerate control.

lbSave_Click ( object sender, EventArgs e ) : void

Handles the Click event of the lbSave control.

Private Methods

Method Description
GenerateKey ( ) : string

Generates the key.

Method Details

OnLoad() protected method

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

ShowDetail() public method

Shows the detail.
public ShowDetail ( int restUserId ) : void
restUserId int The rest user identifier.
return void

lbCancel_Click() protected method

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.
return void

lbGenerate_Click() protected method

Handles the Click event of the lbGenerate control.
protected lbGenerate_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

lbSave_Click() protected method

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.
return void