C# Class WebApplication._Default

Afficher le fichier Open project: paymill/paymill-net

Protected Properties

Свойство Type Description
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

Méthodes protégées

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

Method Details

Page_Load() protected méthode

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

btnSubmit_Click() protected méthode

protected btnSubmit_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Property Details

ScriptManager1 protected_oe property

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

btnSubmit protected_oe property

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

hToken protected_oe property

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

paymentForm protected_oe property

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

tbAmount protected_oe property

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

tbCardCvc protected_oe property

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

tbCardNumber protected_oe property

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

tbCcardHoldername protected_oe property

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

tbCurrency protected_oe property

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

tbcardExpiry protected_oe property

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