C# 클래스 SecureCheckout._Default

상속: System.Web.UI.Page
파일 보기 프로젝트 열기: PayTrace/samples

보호된 프로퍼티들

프로퍼티 타입 설명
btnStartOrder global::System.Web.UI.WebControls.Button
lblAUTHKEY global::System.Web.UI.WebControls.Label
lblOrderID global::System.Web.UI.WebControls.Label
lblResponce global::System.Web.UI.WebControls.Label
lnkSendToBilling global::System.Web.UI.WebControls.HyperLink
pnl_response global::System.Web.UI.WebControls.Panel

보호된 메소드들

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

비공개 메소드들

메소드 설명
ParseResponse ( string strResponse ) : void
SendValidationRequest ( string Parameters ) : void
UpdateResponse ( string strResponse ) : void

메소드 상세

Page_Load() 보호된 메소드

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

btnStartOrder_OnClick() 보호된 메소드

protected btnStartOrder_OnClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

프로퍼티 상세

btnStartOrder 보호되어 있는 프로퍼티

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

lblAUTHKEY 보호되어 있는 프로퍼티

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

lblOrderID 보호되어 있는 프로퍼티

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

lblResponce 보호되어 있는 프로퍼티

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

lnkSendToBilling 보호되어 있는 프로퍼티

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

pnl_response 보호되어 있는 프로퍼티

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