Table of Contents

Class Invoice

Namespace
InSite.UI.Portal.Billing
Assembly
InSite.UI.dll
public class Invoice : PortalBasePage, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, INamingContainer, IFilterResolutionService, IHttpHandler, IAdminPage, IHasTranslator, IHasWebRoute
Inheritance
Invoice
Implements
Inherited Members

Constructors

Invoice()

public Invoice()

Fields

ConfirmPaymentButton

ConfirmPaymentButton control.

protected Button ConfirmPaymentButton

Field Value

Button

Remarks

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

ConfirmPaymentSection

ConfirmPaymentSection control.

protected AccordionPanel ConfirmPaymentSection

Field Value

AccordionPanel

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.

InvoiceItemRepeater

InvoiceItemRepeater control.

protected Repeater InvoiceItemRepeater

Field Value

Repeater

Remarks

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

InvoiceSection

InvoiceSection control.

protected AccordionPanel InvoiceSection

Field Value

AccordionPanel

Remarks

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

InvoiceStatus

InvoiceStatus control.

protected Label InvoiceStatus

Field Value

Label

Remarks

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

MainAccordion

MainAccordion control.

protected Accordion MainAccordion

Field Value

Accordion

Remarks

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

NextButton

NextButton control.

protected NextButton NextButton

Field Value

NextButton

Remarks

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

PaymentAlert

PaymentAlert control.

protected Alert PaymentAlert

Field Value

Alert

Remarks

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

PaymentDetail

PaymentDetail control.

protected PaymentDetail PaymentDetail

Field Value

PaymentDetail

Remarks

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

PaymentDetailConfirm

PaymentDetailConfirm control.

protected PaymentDetailConfirm PaymentDetailConfirm

Field Value

PaymentDetailConfirm

Remarks

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

PaymentSection

PaymentSection control.

protected AccordionPanel PaymentSection

Field Value

AccordionPanel

Remarks

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

PaymentStatus

PaymentStatus control.

protected Alert PaymentStatus

Field Value

Alert

Remarks

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

SubmitPaymentButton

SubmitPaymentButton control.

protected NextButton SubmitPaymentButton

Field Value

NextButton

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