C# Class Samples.Refund

Inheritance: System.Web.UI.Page
Afficher le fichier Open project: paywithmimo/mimo-dotnet

Protected Properties

Свойство Type Description
VldNoteReq global::System.Web.UI.WebControls.RequiredFieldValidator
btnAmount global::System.Web.UI.WebControls.Button
form1 global::System.Web.UI.HtmlControls.HtmlForm
lblmessage global::System.Web.UI.WebControls.Label
txtAmount global::System.Web.UI.WebControls.TextBox
txtTransactionId global::System.Web.UI.WebControls.TextBox
txtnote global::System.Web.UI.WebControls.TextBox
vldAmountReq global::System.Web.UI.WebControls.RequiredFieldValidator
vldTransactionIDReq global::System.Web.UI.WebControls.RequiredFieldValidator

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void
btnAmount_Click ( object sender, EventArgs e ) : void

Take Refund for amount given by user

Method Details

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

btnAmount_Click() protected méthode

Take Refund for amount given by user
protected btnAmount_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

VldNoteReq protected_oe property

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

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

txtAmount protected_oe property

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

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
Résultat global::System.Web.UI.WebControls.TextBox

txtnote protected_oe property

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

vldAmountReq protected_oe property

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

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
Résultat global::System.Web.UI.WebControls.RequiredFieldValidator