C# Class Hd.Web.Extensions.StaticTab

Inheritance: System.Web.UI.WebControls.Panel, ITab
Datei anzeigen Open project: TargetProcess/Tp.HelpDesk

Private Properties

Property Type Description

Public Methods

Method Description
LoadData ( ) : void
RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void
UpdateTabContent ( ) : void

Protected Methods

Method Description
OnPreRender ( EventArgs e ) : void

Method Details

LoadData() public method

public LoadData ( ) : void
return void

OnPreRender() protected method

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

RenderControl() public method

public RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
return void

UpdateTabContent() public method

public UpdateTabContent ( ) : void
return void