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

Inheritance: ListControl, IRepeatInfoUser, INamingContainer, IPostBackDataHandler
Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Private Properties

Свойство Type Description
IPostBackDataHandler bool
IPostBackDataHandler void
IRepeatInfoUser System.Web.UI.WebControls.Style
IRepeatInfoUser void

Méthodes publiques

Méthode Description
CheckBoxList ( ) : System.Globalization

Méthodes protégées

Méthode Description
CreateControlStyle ( ) : System.Web.UI.WebControls.Style
FindControl ( string id, int pathOffset ) : Control
GetItemStyle ( ListItemType itemType, int repeatIndex ) : System.Web.UI.WebControls.Style
LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool
OnPreRender ( EventArgs e ) : void
RaisePostDataChangedEvent ( ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void
RenderItem ( ListItemType itemType, int repeatIndex, RepeatInfo repeatInfo, System.Web.UI.HtmlTextWriter writer ) : void
VerifyMultiSelect ( ) : void

Private Methods

Méthode Description
IPostBackDataHandler ( string postDataKey, NameValueCollection postCollection ) : bool
IPostBackDataHandler ( ) : void
IRepeatInfoUser ( ListItemType itemType, int repeatIndex ) : System.Web.UI.WebControls.Style
IRepeatInfoUser ( ListItemType itemType, int repeatIndex, RepeatInfo repeatInfo, System.Web.UI.HtmlTextWriter writer ) : void

Method Details

CheckBoxList() public méthode

public CheckBoxList ( ) : System.Globalization
Résultat System.Globalization

CreateControlStyle() protected méthode

protected CreateControlStyle ( ) : System.Web.UI.WebControls.Style
Résultat System.Web.UI.WebControls.Style

FindControl() protected méthode

protected FindControl ( string id, int pathOffset ) : Control
id string
pathOffset int
Résultat System.Web.UI.Control

GetItemStyle() protected méthode

protected GetItemStyle ( ListItemType itemType, int repeatIndex ) : System.Web.UI.WebControls.Style
itemType ListItemType
repeatIndex int
Résultat System.Web.UI.WebControls.Style

LoadPostData() protected méthode

protected LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool
postDataKey string
postCollection System.Collections.Specialized.NameValueCollection
Résultat bool

OnPreRender() protected méthode

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

RaisePostDataChangedEvent() protected méthode

protected RaisePostDataChangedEvent ( ) : void
Résultat void

Render() protected méthode

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

RenderItem() protected méthode

protected RenderItem ( ListItemType itemType, int repeatIndex, RepeatInfo repeatInfo, System.Web.UI.HtmlTextWriter writer ) : void
itemType ListItemType
repeatIndex int
repeatInfo RepeatInfo
writer System.Web.UI.HtmlTextWriter
Résultat void

VerifyMultiSelect() protected méthode

protected VerifyMultiSelect ( ) : void
Résultat void