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

Specialised DataBoundControl that renders as a Label DataSource should return 1 row
Inheritance: System.Web.UI.WebControls.DataBoundControl
ファイルを表示 Open project: netTiers/netTiers

Protected Methods

Method Description
PerformDataBinding ( System data ) : void

When overridden in a derived class, binds data from the data source to the control.

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

Renders the control to the specified HTML writer.

Method Details

PerformDataBinding() protected method

When overridden in a derived class, binds data from the data source to the control.
protected PerformDataBinding ( System data ) : void
data System The list of data returned from a method call.
return void

Render() protected method

Renders the control to the specified HTML writer.
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter The object that receives the control content.
return void