C# 클래스 HacmeBank_v2_Website.ascx.AccountTransfer

Summary description for AccountTransfer.
상속: System.Web.UI.UserControl
파일 보기 프로젝트 열기: o2platform/Demos_Files

보호된 프로퍼티들

프로퍼티 타입 설명
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