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

A designer class for a strongly typed repeater CurrencyRateRepeater
Inheritance: System.Web.UI.Design.ControlDesigner
显示文件 Open project: netTiers/netTiers

Public Methods

Method Description
CurrencyRateRepeaterDesigner ( ) : System

Initializes a new instance of the T:CurrencyRateRepeaterDesigner class.

GetDesignTimeHtml ( ) : string

Generate HTML for the designer

Initialize ( IComponent component ) : void

Initializes the control designer and loads the specified component.

Method Details

CurrencyRateRepeaterDesigner() public method

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

GetDesignTimeHtml() public method

Generate HTML for the designer
public GetDesignTimeHtml ( ) : string
return string

Initialize() public method

Initializes the control designer and loads the specified component.
public Initialize ( IComponent component ) : void
component IComponent The control being designed.
return void