C# Класс VolTeer.Common.WebControls.ucVolBasicInfo

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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