Table of Contents

Class Checkout

Namespace
InSite.UI.Portal.Billing
Assembly
InSite.UI.dll
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

HtmlGenericControl

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

BillCity

BillCity control.

protected TextBox BillCity

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

BillCountry

BillCountry control.

protected TextBox BillCountry

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

BillPostal

BillPostal control.

protected TextBox BillPostal

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

BillState

BillState control.

protected ProvinceComboBox BillState

Field Value

ProvinceComboBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

BillStreet

BillStreet control.

protected TextBox BillStreet

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

CardCvc

CardCvc control.

protected TextBox CardCvc

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

CardExpiry

CardExpiry control.

protected TextBox CardExpiry

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

CardName

CardName control.

protected TextBox CardName

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

CardNumber

CardNumber control.

protected TextBox CardNumber

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

Company

Company control.

protected TextBox Company

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ContinueShopping

ContinueShopping control.

protected HtmlAnchor ContinueShopping

Field Value

HtmlAnchor

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

DashboardNavigation

DashboardNavigation control.

protected DashboardNavigation DashboardNavigation

Field Value

DashboardNavigation

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

EditorStatus

EditorStatus control.

protected Alert EditorStatus

Field Value

Alert

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

Email

Email control.

protected TextBox Email

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

EmptyState

EmptyState control.

protected PlaceHolder EmptyState

Field Value

PlaceHolder

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

FirstName

FirstName control.

protected TextBox FirstName

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

LastName

LastName control.

protected TextBox LastName

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

PackageHeaderBlock

PackageHeaderBlock control.

protected PlaceHolder PackageHeaderBlock

Field Value

PlaceHolder

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

PackageHeaderText

PackageHeaderText control.

protected Literal PackageHeaderText

Field Value

Literal

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

PageHeader

PageHeader control.

protected HtmlGenericControl PageHeader

Field Value

HtmlGenericControl

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

PaymentOverlay

PaymentOverlay control.

protected HtmlGenericControl PaymentOverlay

Field Value

HtmlGenericControl

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

PaymentSuccess

PaymentSuccess control.

protected HtmlGenericControl PaymentSuccess

Field Value

HtmlGenericControl

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

SubmitButton

SubmitButton control.

protected Button SubmitButton

Field Value

Button

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

SubtotalLit

SubtotalLit control.

protected HtmlGenericControl SubtotalLit

Field Value

HtmlGenericControl

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

SummaryPanel

SummaryPanel control.

protected UpdatePanel SummaryPanel

Field Value

UpdatePanel

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

SummaryRepeater

SummaryRepeater control.

protected Repeater SummaryRepeater

Field Value

Repeater

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

TaxLit

TaxLit control.

protected HtmlGenericControl TaxLit

Field Value

HtmlGenericControl

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

TaxPercentage

TaxPercentage control.

protected Literal TaxPercentage

Field Value

Literal

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

TotalLit

TotalLit control.

protected HtmlGenericControl TotalLit

Field Value

HtmlGenericControl

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

UniqueEmail

UniqueEmail control.

protected CustomValidator UniqueEmail

Field Value

CustomValidator

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ValidCart

ValidCart control.

protected CustomValidator ValidCart

Field Value

CustomValidator

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ValidCreditCard

ValidCreditCard control.

protected CustomValidator ValidCreditCard

Field Value

CustomValidator

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

e EventArgs

OnLoad(EventArgs)

protected override void OnLoad(EventArgs e)

Parameters

e EventArgs