C# Class Hd.Web.Extensions.TpDropDownList

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
DataBind ( ) : void

Méthodes protégées

Méthode Description
LoadViewState ( object savedState ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void
SaveViewState ( ) : object

Method Details

DataBind() public méthode

public DataBind ( ) : void
Résultat void

LoadViewState() protected méthode

protected LoadViewState ( object savedState ) : void
savedState object
Résultat void

Render() protected méthode

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Résultat void

SaveViewState() protected méthode

protected SaveViewState ( ) : object
Résultat object