C# Class ZuoraSignUp.SignUpPage

显示文件 Open project: zuora/net-quickstart

Protected Properties

Property Type Description
Address1 global::System.Web.UI.HtmlControls.HtmlInputText
Address2 global::System.Web.UI.HtmlControls.HtmlInputText
Charges global::System.Web.UI.WebControls.ListBox
City global::System.Web.UI.HtmlControls.HtmlInputText
Country global::System.Web.UI.HtmlControls.HtmlSelect
CreditCardExpirationMonth global::System.Web.UI.HtmlControls.HtmlSelect
CreditCardExpirationYear global::System.Web.UI.HtmlControls.HtmlSelect
CreditCardHolderName global::System.Web.UI.HtmlControls.HtmlInputText
CreditCardNumber global::System.Web.UI.HtmlControls.HtmlInputText
CreditCardPostalCode global::System.Web.UI.HtmlControls.HtmlInputText
CreditCardType global::System.Web.UI.HtmlControls.HtmlSelect
FirstName global::System.Web.UI.HtmlControls.HtmlInputText
Form1 global::System.Web.UI.HtmlControls.HtmlForm
Head1 global::System.Web.UI.HtmlControls.HtmlHead
LastName global::System.Web.UI.HtmlControls.HtmlInputText
Name global::System.Web.UI.HtmlControls.HtmlInputText
PostalCode global::System.Web.UI.HtmlControls.HtmlInputText
Products global::System.Web.UI.WebControls.DropDownList
RatePlans global::System.Web.UI.WebControls.DropDownList
State global::System.Web.UI.HtmlControls.HtmlInputText
Submit global::System.Web.UI.HtmlControls.HtmlInputSubmit
WorkEmail global::System.Web.UI.HtmlControls.HtmlInputText
WorkPhone global::System.Web.UI.HtmlControls.HtmlInputText

Protected Methods

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

Private Methods

Method Description
getValue ( System select ) : string
getValues ( System select ) : string[]

Method Details

Page_Load() protected method

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

SignUp_Click() protected method

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

Property Details

Address1 protected_oe property

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

Address2 protected_oe property

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

Charges protected_oe property

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

City protected_oe property

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

Country protected_oe property

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

CreditCardExpirationMonth protected_oe property

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

CreditCardExpirationYear protected_oe property

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

CreditCardHolderName protected_oe property

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

CreditCardNumber protected_oe property

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

CreditCardPostalCode protected_oe property

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

CreditCardType protected_oe property

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

FirstName protected_oe property

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

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

Head1 protected_oe property

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

LastName protected_oe property

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

Name protected_oe property

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

PostalCode protected_oe property

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

Products protected_oe property

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

RatePlans protected_oe property

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

State protected_oe property

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

Submit protected_oe property

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

WorkEmail protected_oe property

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

WorkPhone protected_oe property

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