C# 클래스 WebApplication._Default

파일 보기 프로젝트 열기: paymill/paymill-net

보호된 프로퍼티들

프로퍼티 타입 설명
ScriptManager1 global::System.Web.UI.ScriptManager
btnSubmit global::System.Web.UI.WebControls.Button
hToken global::System.Web.UI.WebControls.HiddenField
paymentForm global::System.Web.UI.HtmlControls.HtmlForm
tbAmount global::System.Web.UI.WebControls.TextBox
tbCardCvc global::System.Web.UI.WebControls.TextBox
tbCardNumber global::System.Web.UI.WebControls.TextBox
tbCcardHoldername global::System.Web.UI.WebControls.TextBox
tbCurrency global::System.Web.UI.WebControls.TextBox
tbcardExpiry global::System.Web.UI.WebControls.TextBox

보호된 메소드들

메소드 설명
Page_Load ( object sender, EventArgs e ) : void
btnSubmit_Click ( object sender, EventArgs e ) : void

메소드 상세

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

btnSubmit_Click() 보호된 메소드

protected btnSubmit_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

프로퍼티 상세

ScriptManager1 보호되어 있는 프로퍼티

ScriptManager1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.ScriptManager ScriptManager1
리턴 global::System.Web.UI.ScriptManager

btnSubmit 보호되어 있는 프로퍼티

btnSubmit control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnSubmit
리턴 global::System.Web.UI.WebControls.Button

hToken 보호되어 있는 프로퍼티

hToken control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HiddenField hToken
리턴 global::System.Web.UI.WebControls.HiddenField

paymentForm 보호되어 있는 프로퍼티

paymentForm control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm paymentForm
리턴 global::System.Web.UI.HtmlControls.HtmlForm

tbAmount 보호되어 있는 프로퍼티

tbAmount control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox tbAmount
리턴 global::System.Web.UI.WebControls.TextBox

tbCardCvc 보호되어 있는 프로퍼티

tbCardCvc control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox tbCardCvc
리턴 global::System.Web.UI.WebControls.TextBox

tbCardNumber 보호되어 있는 프로퍼티

tbCardNumber control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox tbCardNumber
리턴 global::System.Web.UI.WebControls.TextBox

tbCcardHoldername 보호되어 있는 프로퍼티

tbCcardHoldername control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox tbCcardHoldername
리턴 global::System.Web.UI.WebControls.TextBox

tbCurrency 보호되어 있는 프로퍼티

tbCurrency control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox tbCurrency
리턴 global::System.Web.UI.WebControls.TextBox

tbcardExpiry 보호되어 있는 프로퍼티

tbcardExpiry control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox tbcardExpiry
리턴 global::System.Web.UI.WebControls.TextBox