C# 클래스 PetShop.UI.Master

상속: System.Web.UI.MasterPage
파일 보기 프로젝트 열기: netTiers/netTiers

보호된 프로퍼티들

프로퍼티 타입 설명
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

보호된 메소드들

메소드 설명
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

메소드 상세

Page_PreRender() 보호된 메소드

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

btnSearch_Click() 보호된 메소드

Redirect to Search page
protected btnSearch_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

프로퍼티 상세

Categories 보호되어 있는 프로퍼티

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

breadCrumb 보호되어 있는 프로퍼티

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

btnSearch 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.ImageButton

cphPage 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.ContentPlaceHolder

form1 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.HtmlControls.HtmlForm

lgnName 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.LoginName

lgnStatus 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.LoginStatus

lgnView 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.LoginView

ltlHeader 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Literal

panFocus 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Panel

txtSearch 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.TextBox