Class Detail
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
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
AddPriceButton
AddPriceButton control.
protected Button AddPriceButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CustomerList
CustomerList control.
protected Repeater CustomerList
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CustomerName
CustomerName control.
protected TextBox CustomerName
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CustomerUpdatePanel
CustomerUpdatePanel control.
protected UpdatePanel CustomerUpdatePanel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
GroupStatus
GroupStatus control.
protected ItemNameComboBox GroupStatus
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
MultiplePriceArea
MultiplePriceArea control.
protected HtmlGenericControl MultiplePriceArea
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
MultiplePriceValidator
MultiplePriceValidator control.
protected CustomValidator MultiplePriceValidator
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
PriceAmount
PriceAmount control.
protected NumericBox PriceAmount
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
PriceList
PriceList control.
protected Repeater PriceList
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
PriceName
PriceName control.
protected TextBox PriceName
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
PriceUpdatePanel
PriceUpdatePanel control.
protected UpdatePanel PriceUpdatePanel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SeatAgreement
SeatAgreement control.
protected TextBox SeatAgreement
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SeatAvailability
SeatAvailability control.
protected RadioButtonList SeatAvailability
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SeatDescription
SeatDescription control.
protected TextBox SeatDescription
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SeatName
SeatName control.
protected TextBox SeatName
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SeatOrderSequence
SeatOrderSequence control.
protected NumericBox SeatOrderSequence
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SeatPrice
SeatPrice control.
protected RadioButtonList SeatPrice
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SinglePrice
SinglePrice control.
protected NumericBox SinglePrice
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SinglePriceArea
SinglePriceArea control.
protected HtmlGenericControl SinglePriceArea
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SinglePriceRequiredValidator
SinglePriceRequiredValidator control.
protected RequiredValidator SinglePriceRequiredValidator
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Taxes
Taxes control.
protected RadioButtonList Taxes
Field Value
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
seatQSeat
OnInit(EventArgs)
protected override void OnInit(EventArgs e)
Parameters
SetDefaultInputValues()
public void SetDefaultInputValues()
SetInputValues(QSeat)
public void SetInputValues(QSeat seat)
Parameters
seatQSeat