C# Class E_Handel.Result

Inheritance: System.Web.UI.Page
Afficher le fichier Open project: KodKnackarGanget/E-Handel

Protected Properties

Свойство Type Description
ResultDescription global::System.Web.UI.HtmlControls.HtmlGenericControl
ResultImage global::System.Web.UI.HtmlControls.HtmlImage
ResultPanel global::System.Web.UI.WebControls.Panel
ResultTitle global::System.Web.UI.HtmlControls.HtmlGenericControl

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
DisplayCategoryResult ( ) : void
DisplayDiscountResults ( ) : void
DisplayProducts ( ) : void
DisplaySearchResult ( ) : void
ValidateSearchString ( ) : bool

Method Details

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

ResultDescription protected_oe property

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

ResultImage protected_oe property

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

ResultPanel protected_oe property

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

ResultTitle protected_oe property

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