C# 클래스 FourRoads.TelligentCommunity.InlineContent.Controls.InlineContentControl

상속: TraceableControl, IPostBackEventHandler
파일 보기 프로젝트 열기: 4-Roads/FourRoads.TelligentCommunity 1 사용 예제들

공개 메소드들

메소드 설명
InlineContentControl ( ConfigurationDataBase configurationDataBase ) : System
RaisePostBackEvent ( string eventArgument ) : void

보호된 메소드들

메소드 설명
CreateChildControls ( ) : void
EnsureChildControls ( ) : void
IsAnonymous ( ) : bool
OnInit ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void

메소드 상세

CreateChildControls() 보호된 메소드

protected CreateChildControls ( ) : void
리턴 void

EnsureChildControls() 보호된 메소드

protected EnsureChildControls ( ) : void
리턴 void

InlineContentControl() 공개 메소드

public InlineContentControl ( ConfigurationDataBase configurationDataBase ) : System
configurationDataBase ConfigurationDataBase
리턴 System

IsAnonymous() 보호된 메소드

protected IsAnonymous ( ) : bool
리턴 bool

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnPreRender() 보호된 메소드

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
리턴 void

RaisePostBackEvent() 공개 메소드

public RaisePostBackEvent ( string eventArgument ) : void
eventArgument string
리턴 void

Render() 보호된 메소드

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
리턴 void