C# Класс System.Web.UI.WebControls.RadioButtonList

Наследование: ListControl, IRepeatInfoUser, INamingContainer, IPostBackDataHandler
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
IPostBackDataHandler bool
IPostBackDataHandler void
IRepeatInfoUser Style
IRepeatInfoUser void

Открытые методы

Метод Описание
RadioButtonList ( ) : System.Collections

Защищенные методы

Метод Описание
CreateControlStyle ( ) : Style
FindControl ( string id, int pathOffset ) : Control
GetItemStyle ( ListItemType itemType, int repeatIndex ) : Style
LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool
RaisePostDataChangedEvent ( ) : void
Render ( HtmlTextWriter writer ) : void
RenderItem ( ListItemType itemType, int repeatIndex, RepeatInfo repeatInfo, HtmlTextWriter writer ) : void

Приватные методы

Метод Описание
IPostBackDataHandler ( string postDataKey, NameValueCollection postCollection ) : bool
IPostBackDataHandler ( ) : void
IRepeatInfoUser ( ListItemType itemType, int repeatIndex ) : Style
IRepeatInfoUser ( ListItemType itemType, int repeatIndex, RepeatInfo repeatInfo, HtmlTextWriter writer ) : void

Описание методов

CreateControlStyle() защищенный Метод

protected CreateControlStyle ( ) : Style
Результат Style

FindControl() защищенный Метод

protected FindControl ( string id, int pathOffset ) : Control
id string
pathOffset int
Результат Control

GetItemStyle() защищенный Метод

protected GetItemStyle ( ListItemType itemType, int repeatIndex ) : Style
itemType ListItemType
repeatIndex int
Результат Style

LoadPostData() защищенный Метод

protected LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool
postDataKey string
postCollection NameValueCollection
Результат bool

RadioButtonList() публичный Метод

public RadioButtonList ( ) : System.Collections
Результат System.Collections

RaisePostDataChangedEvent() защищенный Метод

protected RaisePostDataChangedEvent ( ) : void
Результат void

Render() защищенный Метод

protected Render ( HtmlTextWriter writer ) : void
writer HtmlTextWriter
Результат void

RenderItem() защищенный Метод

protected RenderItem ( ListItemType itemType, int repeatIndex, RepeatInfo repeatInfo, HtmlTextWriter writer ) : void
itemType ListItemType
repeatIndex int
repeatInfo RepeatInfo
writer HtmlTextWriter
Результат void