C# Class VolTeer.Common.WebControls.ucVolBasicInfo

Afficher le fichier Open project: CISC181/VolTeerNET

Protected Properties

Свойство Type Description
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

Méthodes protégées

Méthode Description
LoadUserInfo ( ) : void

Load the User Info based on the current Volunteer

Page_Load ( object sender, EventArgs e ) : void

Execute Page Load instructions

Private Methods

Méthode Description
SaveUserInfo ( ) : void

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

Method Details

LoadUserInfo() protected méthode

Load the User Info based on the current Volunteer
protected LoadUserInfo ( ) : void
Résultat void

Page_Load() protected méthode

Execute Page Load instructions
protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Property Details

rTBFirstName protected_oe property

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

rTBLastName protected_oe property

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

rTBMiddleName protected_oe property

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

tblBasicInfo protected_oe property

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