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

Inheritance: TraceableControl, IPostBackEventHandler
Afficher le fichier Open project: 4-Roads/FourRoads.TelligentCommunity Class Usage Examples

Méthodes publiques

Méthode Description
InlineContentControl ( ConfigurationDataBase configurationDataBase ) : System
RaisePostBackEvent ( string eventArgument ) : void

Méthodes protégées

Méthode 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 méthode

protected CreateChildControls ( ) : void
Résultat void

EnsureChildControls() protected méthode

protected EnsureChildControls ( ) : void
Résultat void

InlineContentControl() public méthode

public InlineContentControl ( ConfigurationDataBase configurationDataBase ) : System
configurationDataBase ConfigurationDataBase
Résultat System

IsAnonymous() protected méthode

protected IsAnonymous ( ) : bool
Résultat bool

OnInit() protected méthode

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

OnPreRender() protected méthode

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

RaisePostBackEvent() public méthode

public RaisePostBackEvent ( string eventArgument ) : void
eventArgument string
Résultat void

Render() protected méthode

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