C# Class PetShop.UI.Master

Inheritance: System.Web.UI.MasterPage
Afficher le fichier Open project: netTiers/netTiers

Protected Properties

Свойство Type Description
Categories global::PetShop.UI.Controls.NavigationControl
breadCrumb global::PetShop.UI.Controls.BreadCrumbControl
btnSearch global::System.Web.UI.WebControls.ImageButton
cphPage global::System.Web.UI.WebControls.ContentPlaceHolder
form1 global::System.Web.UI.HtmlControls.HtmlForm
lgnName global::System.Web.UI.WebControls.LoginName
lgnStatus global::System.Web.UI.WebControls.LoginStatus
lgnView global::System.Web.UI.WebControls.LoginView
ltlHeader global::System.Web.UI.WebControls.Literal
panFocus global::System.Web.UI.WebControls.Panel
txtSearch global::System.Web.UI.WebControls.TextBox

Méthodes protégées

Méthode Description
Page_PreRender ( object sender, EventArgs e ) : void

Create page header on Page PreRender event

btnSearch_Click ( object sender, EventArgs e ) : void

Redirect to Search page

Method Details

Page_PreRender() protected méthode

Create page header on Page PreRender event
protected Page_PreRender ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

btnSearch_Click() protected méthode

Redirect to Search page
protected btnSearch_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

Categories protected_oe property

Categories control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::PetShop.UI.Controls.NavigationControl Categories
Résultat global::PetShop.UI.Controls.NavigationControl

breadCrumb protected_oe property

breadCrumb control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::PetShop.UI.Controls.BreadCrumbControl breadCrumb
Résultat global::PetShop.UI.Controls.BreadCrumbControl

btnSearch protected_oe property

btnSearch control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ImageButton btnSearch
Résultat global::System.Web.UI.WebControls.ImageButton

cphPage protected_oe property

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

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
Résultat global::System.Web.UI.HtmlControls.HtmlForm

lgnName protected_oe property

lgnName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LoginName lgnName
Résultat global::System.Web.UI.WebControls.LoginName

lgnStatus protected_oe property

lgnStatus control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LoginStatus lgnStatus
Résultat global::System.Web.UI.WebControls.LoginStatus

lgnView protected_oe property

lgnView control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LoginView lgnView
Résultat global::System.Web.UI.WebControls.LoginView

ltlHeader protected_oe property

ltlHeader control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal ltlHeader
Résultat global::System.Web.UI.WebControls.Literal

panFocus protected_oe property

panFocus control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel panFocus
Résultat global::System.Web.UI.WebControls.Panel

txtSearch protected_oe property

txtSearch control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtSearch
Résultat global::System.Web.UI.WebControls.TextBox