C# Class AutocompleteControl.AutocompleteClass

Inheritance: System.Web.UI.WebControls.TextBox
Afficher le fichier Open project: Confirmit/Students

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AutocompleteClass ( ) : System
SetSource ( IEnumerable dataSource ) : void

Méthodes protégées

Méthode Description
OnLoad ( EventArgs e ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void

Method Details

AutocompleteClass() public méthode

public AutocompleteClass ( ) : System
Résultat System

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

Render() protected méthode

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

SetSource() public méthode

public SetSource ( IEnumerable dataSource ) : void
dataSource IEnumerable
Résultat void