C# 클래스 PetShop.UI.UserProfile

파일 보기 프로젝트 열기: netTiers/netTiers

보호된 프로퍼티들

프로퍼티 타입 설명
AddressForm global::PetShop.UI.Controls.AddressForm
LoginName global::System.Web.UI.WebControls.LoginName
btnSubmit global::System.Web.UI.WebControls.LinkButton
lblMessage global::System.Web.UI.WebControls.Label
panFocus global::System.Web.UI.WebControls.Panel

보호된 메소드들

메소드 설명
Page_Load ( object sender, EventArgs e ) : void

Handle Page load event

btnSubmit_Click ( object sender, EventArgs e ) : void

Update profile

비공개 메소드들

메소드 설명
BindUser ( ) : void

Bind controls to profile

UpdateAccount ( Account &account, Address address ) : void

Updates an account from an address.

메소드 상세

Page_Load() 보호된 메소드

Handle Page load event
protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

btnSubmit_Click() 보호된 메소드

Update profile
protected btnSubmit_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

프로퍼티 상세

AddressForm 보호되어 있는 프로퍼티

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

LoginName 보호되어 있는 프로퍼티

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

btnSubmit 보호되어 있는 프로퍼티

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

lblMessage 보호되어 있는 프로퍼티

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

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