C# Class FourRoads.TelligentCommunity.InlineContent.Controls.InlineContentControl

Inheritance: TraceableControl, IPostBackEventHandler
Show file Open project: 4-Roads/FourRoads.TelligentCommunity Class Usage Examples

Public Methods

Method Description
InlineContentControl ( ConfigurationDataBase configurationDataBase ) : System
RaisePostBackEvent ( string eventArgument ) : void

Protected Methods

Method Description
CreateChildControls ( ) : void
EnsureChildControls ( ) : void
IsAnonymous ( ) : bool
OnInit ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void

Method Details

CreateChildControls() protected method

protected CreateChildControls ( ) : void
return void

EnsureChildControls() protected method

protected EnsureChildControls ( ) : void
return void

InlineContentControl() public method

public InlineContentControl ( ConfigurationDataBase configurationDataBase ) : System
configurationDataBase ConfigurationDataBase
return System

IsAnonymous() protected method

protected IsAnonymous ( ) : bool
return bool

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

OnPreRender() protected method

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
return void

RaisePostBackEvent() public method

public RaisePostBackEvent ( string eventArgument ) : void
eventArgument string
return void

Render() protected method

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