C# 클래스 Adf.Web.UI.RowSelectorColumn.ParticipantRadioButton

상속: System.Web.UI.HtmlControls.HtmlInputRadioButton, IPostBackDataHandler
파일 보기 프로젝트 열기: NLADP/ADF

Private Properties

프로퍼티 타입 설명
DiscoverContainers void
IPostBackDataHandler bool
IPostBackDataHandler void

보호된 메소드들

메소드 설명
RenderAttributes ( System.Web.UI.HtmlTextWriter writer ) : void

Overrides HtmlInputRadioButton.RenderAttributes.

Customized to use this implementation of RenderedNameAttribute

비공개 메소드들

메소드 설명
DiscoverContainers ( ) : void
IPostBackDataHandler ( string postDataKey, NameValueCollection postCollection ) : bool

This doesn't differ from the original implementaion... except now i'methodName using my own RenderednameAttribute instead of the InputControl implementation.

IPostBackDataHandler ( ) : void

No change from the InputControl implementation

메소드 상세

RenderAttributes() 보호된 메소드

Overrides HtmlInputRadioButton.RenderAttributes.
Customized to use this implementation of RenderedNameAttribute
protected RenderAttributes ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
리턴 void