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

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
RenderBeginTag ( HtmlTextWriter writer ) : void

Overridden and Empty so that span tags are not written

RenderEndTag ( HtmlTextWriter writer ) : void

Overridden and Empty so that span tags are not written

VendorContactRepeater ( ) : System

Initializes a new instance of the T:VendorContactRepeater class.

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

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 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 ( HtmlTextWriter writer ) : void
writer HtmlTextWriter
return void

RenderEndTag() public method

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

VendorContactRepeater() public method

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