Table of Contents

Class Draft

Namespace
InSite.Admin.Invoices.Forms
Assembly
InSite.UI.dll
public class Draft : AdminBasePage, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, INamingContainer, IFilterResolutionService, IHttpHandler, IAdminPage, IHasTranslator, IHasWebRoute
Inheritance
Draft
Implements
Inherited Members

Constructors

Draft()

public Draft()

Fields

AddItemButton

AddItemButton control.

protected Button AddItemButton

Field Value

Button

Remarks

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

AlertStatus

AlertStatus control.

protected Alert AlertStatus

Field Value

Alert

Remarks

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

BillingCustomerID

BillingCustomerID control.

protected FindGroup BillingCustomerID

Field Value

FindGroup

Remarks

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

CancelButton

CancelButton control.

protected CancelButton CancelButton

Field Value

CancelButton

Remarks

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

EmployerContactID

EmployerContactID control.

protected FindPerson EmployerContactID

Field Value

FindPerson

Remarks

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

InvoiceStatus

InvoiceStatus control.

protected InvoiceStatusComboBox InvoiceStatus

Field Value

InvoiceStatusComboBox

Remarks

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

ItemRepeater

ItemRepeater control.

protected Repeater ItemRepeater

Field Value

Repeater

Remarks

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

SaveButton

SaveButton control.

protected SaveButton SaveButton

Field Value

SaveButton

Remarks

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

ValidationSummary

ValidationSummary control.

protected ValidationSummary ValidationSummary

Field Value

ValidationSummary

Remarks

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

Properties

CanDeleteItem

protected bool CanDeleteItem { get; }

Property Value

bool

Methods

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnLoad(EventArgs)

protected override void OnLoad(EventArgs e)

Parameters

e EventArgs