C# Class Subtext.Web.Admin.Pages.Confirm

Inheritance: Subtext.Web.Admin.Pages.AdminPage
Exibir arquivo Open project: ayende/Subtext

Protected Properties

Property Type Description
HeaderSection global::Subtext.Web.Admin.WebUI.AdvancedPanel
Messages global::Subtext.Web.Admin.WebUI.MessagePanel
lblOutput global::System.Web.UI.WebControls.Label
lkbContinue global::System.Web.UI.WebControls.Button
lkbNo global::System.Web.UI.WebControls.Button
lkbYes global::System.Web.UI.WebControls.Button

Private Properties

Property Type Description
HandleCommand void
InitializeComponent void

Public Methods

Method Description
Confirm ( ) : System

Protected Methods

Method Description
No_Click ( object sender, System e ) : void
OnInit ( EventArgs e ) : void
Page_Load ( object sender, System e ) : void
Yes_Click ( object sender, System e ) : void
lkbContinue_Click ( object sender, System e ) : void

Private Methods

Method Description
HandleCommand ( string results ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

Confirm() public method

public Confirm ( ) : System
return System

No_Click() protected method

protected No_Click ( object sender, System e ) : void
sender object
e System
return void

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

Page_Load() protected method

protected Page_Load ( object sender, System e ) : void
sender object
e System
return void

Yes_Click() protected method

protected Yes_Click ( object sender, System e ) : void
sender object
e System
return void

lkbContinue_Click() protected method

protected lkbContinue_Click ( object sender, System e ) : void
sender object
e System
return void

Property Details

HeaderSection protected_oe property

HeaderSection control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Subtext.Web.Admin.WebUI.AdvancedPanel HeaderSection
return global::Subtext.Web.Admin.WebUI.AdvancedPanel

Messages protected_oe property

Messages control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Subtext.Web.Admin.WebUI.MessagePanel Messages
return global::Subtext.Web.Admin.WebUI.MessagePanel

lblOutput protected_oe property

lblOutput control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblOutput
return global::System.Web.UI.WebControls.Label

lkbContinue protected_oe property

lkbContinue control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button lkbContinue
return global::System.Web.UI.WebControls.Button

lkbNo protected_oe property

lkbNo control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button lkbNo
return global::System.Web.UI.WebControls.Button

lkbYes protected_oe property

lkbYes control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button lkbYes
return global::System.Web.UI.WebControls.Button