C# Класс HacmeBank_v2_Website.ascx.admin.Manage_Accounts

Manage_Accounts class.
Auto-generated class.
Показать файл Открыть проект

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

Свойство Тип Описание
btnCreateNewAccount global::System.Web.UI.WebControls.Button
ddlAccountType global::System.Web.UI.WebControls.DropDownList
ddlUserIDs global::System.Web.UI.WebControls.DropDownList
lblErrorMessage global::System.Web.UI.WebControls.Label
tblUserDetailsForm global::System.Web.UI.WebControls.Table
txtAccountBranch global::System.Web.UI.WebControls.TextBox
txtAccountCurrency global::System.Web.UI.WebControls.TextBox
txtAccountInitialBalance global::System.Web.UI.WebControls.TextBox
txtAccountNumber global::System.Web.UI.WebControls.TextBox

Защищенные методы

Метод Описание
OnInit ( EventArgs e ) : void
Page_Load ( object sender, System e ) : void
btnCreateNewAccount_Click ( object sender, System e ) : void

Приватные методы

Метод Описание
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

fillDropDownBoxWithCurrentUsers ( ) : void

Описание методов

OnInit() защищенный Метод

protected OnInit ( EventArgs e ) : void
e EventArgs
Результат void

Page_Load() защищенный Метод

protected Page_Load ( object sender, System e ) : void
sender object
e System
Результат void

btnCreateNewAccount_Click() защищенный Метод

protected btnCreateNewAccount_Click ( object sender, System e ) : void
sender object
e System
Результат void

Описание свойств

btnCreateNewAccount защищенное свойство

btnCreateNewAccount control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnCreateNewAccount
Результат global::System.Web.UI.WebControls.Button

ddlAccountType защищенное свойство

ddlAccountType control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList ddlAccountType
Результат global::System.Web.UI.WebControls.DropDownList

ddlUserIDs защищенное свойство

ddlUserIDs control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList ddlUserIDs
Результат global::System.Web.UI.WebControls.DropDownList

lblErrorMessage защищенное свойство

lblErrorMessage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblErrorMessage
Результат global::System.Web.UI.WebControls.Label

tblUserDetailsForm защищенное свойство

tblUserDetailsForm control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Table tblUserDetailsForm
Результат global::System.Web.UI.WebControls.Table

txtAccountBranch защищенное свойство

txtAccountBranch control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtAccountBranch
Результат global::System.Web.UI.WebControls.TextBox

txtAccountCurrency защищенное свойство

txtAccountCurrency control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtAccountCurrency
Результат global::System.Web.UI.WebControls.TextBox

txtAccountInitialBalance защищенное свойство

txtAccountInitialBalance control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtAccountInitialBalance
Результат global::System.Web.UI.WebControls.TextBox

txtAccountNumber защищенное свойство

txtAccountNumber control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtAccountNumber
Результат global::System.Web.UI.WebControls.TextBox