C# Class ChainStoreWeb.Pages.Account

Inheritance: System.Web.UI.Page
Show file Open project: OfficeDev/SharePoint_Provider-hosted_Add-ins_Tutorials

Protected Properties

Property Type Description
btnShowAddinVersion global::System.Web.UI.WebControls.Button
frmAccountInformation global::System.Web.UI.HtmlControls.HtmlForm
lblAddinVersion global::System.Web.UI.WebControls.Label
spContext SharePointContext

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
btnShowAddinVersion_Click ( object sender, EventArgs e ) : void

Private Methods

Method Description
ShowAddinVersion ( ) : void

Method Details

Page_Load() protected method

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

btnShowAddinVersion_Click() protected method

protected btnShowAddinVersion_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

btnShowAddinVersion protected property

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

frmAccountInformation protected property

frmAccountInformation control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm frmAccountInformation
return global::System.Web.UI.HtmlControls.HtmlForm

lblAddinVersion protected property

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

spContext protected property

protected SharePointContext spContext
return SharePointContext