Table of Contents

Class Detail

Namespace
InSite.Admin.Events.Seats.Controls
Assembly
InSite.UI.dll
public class Detail : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Inheritance
Detail
Implements
Inherited Members

Constructors

Detail()

public Detail()

Fields

AddCustomerButton

AddCustomerButton control.

protected Button AddCustomerButton

Field Value

Button

Remarks

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

AddPriceButton

AddPriceButton control.

protected Button AddPriceButton

Field Value

Button

Remarks

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

CustomerList

CustomerList control.

protected Repeater CustomerList

Field Value

Repeater

Remarks

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

CustomerName

CustomerName control.

protected TextBox CustomerName

Field Value

TextBox

Remarks

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

CustomerUpdatePanel

CustomerUpdatePanel control.

protected UpdatePanel CustomerUpdatePanel

Field Value

UpdatePanel

Remarks

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

GroupStatus

GroupStatus control.

protected ItemNameComboBox GroupStatus

Field Value

ItemNameComboBox

Remarks

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

MultiplePriceArea

MultiplePriceArea control.

protected HtmlGenericControl MultiplePriceArea

Field Value

HtmlGenericControl

Remarks

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

MultiplePriceValidator

MultiplePriceValidator control.

protected CustomValidator MultiplePriceValidator

Field Value

CustomValidator

Remarks

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

PriceAmount

PriceAmount control.

protected NumericBox PriceAmount

Field Value

NumericBox

Remarks

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

PriceList

PriceList control.

protected Repeater PriceList

Field Value

Repeater

Remarks

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

PriceName

PriceName control.

protected TextBox PriceName

Field Value

TextBox

Remarks

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

PriceUpdatePanel

PriceUpdatePanel control.

protected UpdatePanel PriceUpdatePanel

Field Value

UpdatePanel

Remarks

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

SeatAgreement

SeatAgreement control.

protected TextBox SeatAgreement

Field Value

TextBox

Remarks

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

SeatAvailability

SeatAvailability control.

protected RadioButtonList SeatAvailability

Field Value

RadioButtonList

Remarks

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

SeatDescription

SeatDescription control.

protected TextBox SeatDescription

Field Value

TextBox

Remarks

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

SeatName

SeatName control.

protected TextBox SeatName

Field Value

TextBox

Remarks

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

SeatOrderSequence

SeatOrderSequence control.

protected NumericBox SeatOrderSequence

Field Value

NumericBox

Remarks

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

SeatPrice

SeatPrice control.

protected RadioButtonList SeatPrice

Field Value

RadioButtonList

Remarks

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

SinglePrice

SinglePrice control.

protected NumericBox SinglePrice

Field Value

NumericBox

Remarks

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

SinglePriceArea

SinglePriceArea control.

protected HtmlGenericControl SinglePriceArea

Field Value

HtmlGenericControl

Remarks

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

SinglePriceRequiredValidator

SinglePriceRequiredValidator control.

protected RequiredValidator SinglePriceRequiredValidator

Field Value

RequiredValidator

Remarks

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

Taxes

Taxes control.

protected RadioButtonList Taxes

Field Value

RadioButtonList

Remarks

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

Methods

GetInputValues(QSeat)

public void GetInputValues(QSeat seat)

Parameters

seat QSeat

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

SetDefaultInputValues()

public void SetDefaultInputValues()

SetInputValues(QSeat)

public void SetInputValues(QSeat seat)

Parameters

seat QSeat