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

Inheritance: System.Web.UI.WebControls.CompositeDataBoundControl, System.Web.UI.INamingContainer
Afficher le fichier Open project: netTiers/netTiers Class Usage Examples

Private Properties

Свойство Type Description
RenderAtDesignTime string

Méthodes publiques

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

SalesPersonQuotaHistoryRepeater ( ) : System

Initializes a new instance of the T:SalesPersonQuotaHistoryRepeater class.

Méthodes protégées

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

Méthode Description
RenderAtDesignTime ( ) : string

Renders at design time.

Method Details

CreateChildControls() protected méthode

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
Résultat int

OnPreRender() protected méthode

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

RenderBeginTag() public méthode

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

RenderEndTag() public méthode

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

SalesPersonQuotaHistoryRepeater() public méthode

Initializes a new instance of the T:SalesPersonQuotaHistoryRepeater class.
public SalesPersonQuotaHistoryRepeater ( ) : System
Résultat System