C# Class AW.Portal.AW

Datei anzeigen Open project: vgopu2/BISummer2015-P1-T2

Protected Properties

Property Type Description
Cartitems global::AW.Portal.UserControls.Cartitems
ContentPlaceHolder1 global::System.Web.UI.WebControls.ContentPlaceHolder
Label1 global::System.Web.UI.WebControls.Label
SiteMenu global::AW.Portal.UserControls.SiteMenu
account global::System.Web.UI.HtmlControls.HtmlGenericControl
form1 global::System.Web.UI.HtmlControls.HtmlForm
head global::System.Web.UI.WebControls.ContentPlaceHolder
lblUserName global::System.Web.UI.WebControls.Label
lbtnAccount global::System.Web.UI.WebControls.LinkButton
lbtnLogOut global::System.Web.UI.WebControls.LinkButton

Protected Methods

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

Method Details

Page_Load() protected method

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

lbtnLogOut_Click() protected method

protected lbtnLogOut_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

Cartitems protected_oe property

Cartitems control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AW.Portal.UserControls.Cartitems Cartitems
return global::AW.Portal.UserControls.Cartitems

ContentPlaceHolder1 protected_oe property

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

Label1 protected_oe property

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

SiteMenu protected_oe property

SiteMenu control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AW.Portal.UserControls.SiteMenu SiteMenu
return global::AW.Portal.UserControls.SiteMenu

account protected_oe property

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

form1 protected_oe property

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

head protected_oe property

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

lblUserName protected_oe property

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

lbtnAccount protected_oe property

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

lbtnLogOut protected_oe property

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