C# Class Samples.cancelTransaction

显示文件 Open project: paywithmimo/mimo-dotnet

Protected Properties

Property Type Description
btnAmount global::System.Web.UI.WebControls.Button
form1 global::System.Web.UI.HtmlControls.HtmlForm
lblmessage global::System.Web.UI.WebControls.Label
txtTransactionId global::System.Web.UI.WebControls.TextBox
vldTransactionIDReq global::System.Web.UI.WebControls.RequiredFieldValidator

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
btnAmount_Click ( object sender, EventArgs e ) : void

Take cancelation for transaction id given by user

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

btnAmount_Click() protected method

Take cancelation for transaction id given by user
protected btnAmount_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

btnAmount protected_oe property

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

form1 protected_oe property

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

lblmessage protected_oe property

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
return global::System.Web.UI.WebControls.Label

txtTransactionId protected_oe property

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

vldTransactionIDReq protected_oe property

vldTransactionIDReq control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator vldTransactionIDReq
return global::System.Web.UI.WebControls.RequiredFieldValidator