C# Класс HacmeBank_v2_Website.ascx.AccountTransfer

Summary description for AccountTransfer.
Наследование: System.Web.UI.UserControl
Показать файл Открыть проект

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

Свойство Тип Описание
Rangevalidator1 global::System.Web.UI.WebControls.RangeValidator
btnTransfer global::System.Web.UI.WebControls.Button
drpdwnDestinationAcc global::System.Web.UI.WebControls.DropDownList
drpdwnSourceAcc global::System.Web.UI.WebControls.DropDownList
lblErrorMessage global::System.Web.UI.WebControls.Label
lblMessage global::System.Web.UI.WebControls.Label
rbExternalPayment global::System.Web.UI.WebControls.RadioButton
rbInternalPayment global::System.Web.UI.WebControls.RadioButton
rvfCheckAmount global::System.Web.UI.WebControls.RangeValidator
txtAmt global::System.Web.UI.WebControls.TextBox
txtComment global::System.Web.UI.WebControls.TextBox
txtExternalPaymentAccount global::System.Web.UI.WebControls.TextBox

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

Метод Описание
OnInit ( EventArgs e ) : void
Page_Load ( object sender, System e ) : void
btnTransfer_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.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

drpdwnSourceAcc control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList drpdwnSourceAcc
Результат 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

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

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

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

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

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

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

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

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

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

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

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

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

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