C# Class System.Web.UI.WebControls.ListControl

Inheritance: System.Web.UI.WebControls.DataBoundControl, IEditableTextControl
Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Private Properties

Свойство Type Description
GetSelectedIndicesInternal System.Collections.ArrayList
PerformSelect void
SetPostDataSelection void
SetSelectedValue bool

Méthodes publiques

Méthode Description
ClearSelection ( ) : void
ListControl ( ) : System

Méthodes protégées

Méthode Description
AddAttributesToRender ( System.Web.UI.HtmlTextWriter w ) : void
LoadViewState ( object savedState ) : void
OnDataBinding ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void
OnSelectedIndexChanged ( EventArgs e ) : void
OnTextChanged ( EventArgs e ) : void
PerformDataBinding ( IEnumerable dataSource ) : void
RenderContents ( System.Web.UI.HtmlTextWriter writer ) : void
SaveViewState ( ) : object
TrackViewState ( ) : void
VerifyMultiSelect ( ) : void

Private Methods

Méthode Description
GetSelectedIndicesInternal ( ) : ArrayList
PerformSelect ( ) : void
SetPostDataSelection ( int selectedIndex ) : void
SetSelectedValue ( string value ) : bool

Method Details

AddAttributesToRender() protected méthode

protected AddAttributesToRender ( System.Web.UI.HtmlTextWriter w ) : void
w System.Web.UI.HtmlTextWriter
Résultat void

ClearSelection() public méthode

public ClearSelection ( ) : void
Résultat void

ListControl() public méthode

public ListControl ( ) : System
Résultat System

LoadViewState() protected méthode

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

OnDataBinding() protected méthode

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

OnPreRender() protected méthode

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

OnSelectedIndexChanged() protected méthode

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

OnTextChanged() protected méthode

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

PerformDataBinding() protected méthode

protected PerformDataBinding ( IEnumerable dataSource ) : void
dataSource IEnumerable
Résultat void

RenderContents() protected méthode

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

SaveViewState() protected méthode

protected SaveViewState ( ) : object
Résultat object

TrackViewState() protected méthode

protected TrackViewState ( ) : void
Résultat void

VerifyMultiSelect() protected méthode

protected VerifyMultiSelect ( ) : void
Résultat void