C# Class Nettiers.AdventureWorks.Web.UI.AwBuildVersionRepeater

Inheritance: System.Web.UI.WebControls.CompositeDataBoundControl, System.Web.UI.INamingContainer
显示文件 Open project: netTiers/netTiers Class Usage Examples

Private Properties

Property Type Description
RenderAtDesignTime string

Public Methods

Method Description
AwBuildVersionRepeater ( ) : System

Initializes a new instance of the T:AwBuildVersionRepeater class.

RenderBeginTag ( System.Web.UI.HtmlTextWriter writer ) : void

Overridden and Empty so that span tags are not written

RenderEndTag ( System.Web.UI.HtmlTextWriter writer ) : void

Overridden and Empty so that span tags are not written

Protected Methods

Method Description
CreateChildControls ( System dataSource, bool dataBinding ) : int

Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.

OnPreRender ( EventArgs e ) : void

Raises the event.

Private Methods

Method Description
RenderAtDesignTime ( ) : string

Renders at design time.

Method Details

AwBuildVersionRepeater() public method

Initializes a new instance of the T:AwBuildVersionRepeater class.
public AwBuildVersionRepeater ( ) : System
return System

CreateChildControls() protected method

Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
protected CreateChildControls ( System dataSource, bool dataBinding ) : int
dataSource System
dataBinding bool
return int

OnPreRender() protected method

Raises the event.
protected OnPreRender ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
return void

RenderBeginTag() public method

Overridden and Empty so that span tags are not written
public RenderBeginTag ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
return void

RenderEndTag() public method

Overridden and Empty so that span tags are not written
public RenderEndTag ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
return void