Class Checkout
public class Checkout : PortalBasePage, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, INamingContainer, IFilterResolutionService, IHttpHandler, IAdminPage, IHasTranslator, IHasWebRoute
- Inheritance
-
Checkout
- Implements
- Inherited Members
Constructors
Checkout()
public Checkout()
Fields
AccountInfo
AccountInfo control.
protected HtmlGenericControl AccountInfo
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
BillCity
BillCity control.
protected TextBox BillCity
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
BillCountry
BillCountry control.
protected TextBox BillCountry
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
BillPostal
BillPostal control.
protected TextBox BillPostal
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
BillState
BillState control.
protected ProvinceComboBox BillState
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
BillStreet
BillStreet control.
protected TextBox BillStreet
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CardCvc
CardCvc control.
protected TextBox CardCvc
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CardExpiry
CardExpiry control.
protected TextBox CardExpiry
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CardName
CardName control.
protected TextBox CardName
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CardNumber
CardNumber control.
protected TextBox CardNumber
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Company
Company control.
protected TextBox Company
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ContinueShopping
ContinueShopping control.
protected HtmlAnchor ContinueShopping
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
DashboardNavigation
DashboardNavigation control.
protected DashboardNavigation DashboardNavigation
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
EditorStatus
EditorStatus control.
protected Alert EditorStatus
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Email control.
protected TextBox Email
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
EmptyState
EmptyState control.
protected PlaceHolder EmptyState
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
FirstName
FirstName control.
protected TextBox FirstName
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
LastName
LastName control.
protected TextBox LastName
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
PackageHeaderBlock
PackageHeaderBlock control.
protected PlaceHolder PackageHeaderBlock
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
PackageHeaderText
PackageHeaderText control.
protected Literal PackageHeaderText
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
PageHeader
PageHeader control.
protected HtmlGenericControl PageHeader
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
PaymentOverlay
PaymentOverlay control.
protected HtmlGenericControl PaymentOverlay
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
PaymentSuccess
PaymentSuccess control.
protected HtmlGenericControl PaymentSuccess
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SubmitButton
SubmitButton control.
protected Button SubmitButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SubtotalLit
SubtotalLit control.
protected HtmlGenericControl SubtotalLit
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SummaryPanel
SummaryPanel control.
protected UpdatePanel SummaryPanel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SummaryRepeater
SummaryRepeater control.
protected Repeater SummaryRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
TaxLit
TaxLit control.
protected HtmlGenericControl TaxLit
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
TaxPercentage
TaxPercentage control.
protected Literal TaxPercentage
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
TotalLit
TotalLit control.
protected HtmlGenericControl TotalLit
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
UniqueEmail
UniqueEmail control.
protected CustomValidator UniqueEmail
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ValidCart
ValidCart control.
protected CustomValidator ValidCart
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ValidCreditCard
ValidCreditCard control.
protected CustomValidator ValidCreditCard
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Methods
OnInit(EventArgs)
protected override void OnInit(EventArgs e)
Parameters
OnLoad(EventArgs)
protected override void OnLoad(EventArgs e)