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

Inheritance: Subtext.Web.Admin.Pages.AdminPage
Afficher le fichier Open project: ayende/Subtext

Protected Properties

Свойство 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

Свойство Type Description
HandleCommand void
InitializeComponent void

Méthodes publiques

Méthode Description
Confirm ( ) : System

Méthodes protégées

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

Méthode 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 méthode

public Confirm ( ) : System
Résultat System

No_Click() protected méthode

protected No_Click ( object sender, System e ) : void
sender object
e System
Résultat void

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat void

Page_Load() protected méthode

protected Page_Load ( object sender, System e ) : void
sender object
e System
Résultat void

Yes_Click() protected méthode

protected Yes_Click ( object sender, System e ) : void
sender object
e System
Résultat void

lkbContinue_Click() protected méthode

protected lkbContinue_Click ( object sender, System e ) : void
sender object
e System
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat global::System.Web.UI.WebControls.Button