C# Class Hd.Web.Controls.ProductDropDown

Inheritance: System.Web.UI.UserControl
Afficher le fichier Open project: TargetProcess/Tp.HelpDesk

Protected Properties

Свойство Type Description
lstProductList global::Hd.Web.Extensions.TpDropDownList
pnlProductList global::System.Web.UI.WebControls.Panel
productsSource global::Hd.Web.Extensions.TpObjectDataSource
vldProduct global::System.Web.UI.WebControls.RegularExpressionValidator

Méthodes publiques

Méthode Description
DataBind ( ) : void

Private Methods

Méthode Description
Hide ( ) : void

Method Details

DataBind() public méthode

public DataBind ( ) : void
Résultat void

Property Details

lstProductList protected_oe property

lstProductList control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Hd.Web.Extensions.TpDropDownList lstProductList
Résultat global::Hd.Web.Extensions.TpDropDownList

pnlProductList protected_oe property

pnlProductList control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel pnlProductList
Résultat global::System.Web.UI.WebControls.Panel

productsSource protected_oe property

productsSource control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Hd.Web.Extensions.TpObjectDataSource productsSource
Résultat global::Hd.Web.Extensions.TpObjectDataSource

vldProduct protected_oe property

vldProduct control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RegularExpressionValidator vldProduct
Résultat global::System.Web.UI.WebControls.RegularExpressionValidator