C# 클래스 VolTeer.Common.WebControls.ucVolBasicInfo

파일 보기 프로젝트 열기: CISC181/VolTeerNET

보호된 프로퍼티들

프로퍼티 타입 설명
rTBFirstName global::Telerik.Web.UI.RadTextBox
rTBLastName global::Telerik.Web.UI.RadTextBox
rTBMiddleName global::Telerik.Web.UI.RadTextBox
tblBasicInfo global::System.Web.UI.WebControls.Table

보호된 메소드들

메소드 설명
LoadUserInfo ( ) : void

Load the User Info based on the current Volunteer

Page_Load ( object sender, EventArgs e ) : void

Execute Page Load instructions

비공개 메소드들

메소드 설명
SaveUserInfo ( ) : void

SaveUserInfo - Called from parent screen, build a domain model and save the user info

메소드 상세

LoadUserInfo() 보호된 메소드

Load the User Info based on the current Volunteer
protected LoadUserInfo ( ) : void
리턴 void

Page_Load() 보호된 메소드

Execute Page Load instructions
protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

프로퍼티 상세

rTBFirstName 보호되어 있는 프로퍼티

rTBFirstName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Telerik.Web.UI.RadTextBox rTBFirstName
리턴 global::Telerik.Web.UI.RadTextBox

rTBLastName 보호되어 있는 프로퍼티

rTBLastName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Telerik.Web.UI.RadTextBox rTBLastName
리턴 global::Telerik.Web.UI.RadTextBox

rTBMiddleName 보호되어 있는 프로퍼티

rTBMiddleName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Telerik.Web.UI.RadTextBox rTBMiddleName
리턴 global::Telerik.Web.UI.RadTextBox

tblBasicInfo 보호되어 있는 프로퍼티

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