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

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

Public Methods

Method Description
GetDesignTimeHtml ( ) : string

Generate HTML for the designer

IndividualRepeaterDesigner ( ) : System

Initializes a new instance of the T:IndividualRepeaterDesigner class.

Initialize ( IComponent component ) : void

Initializes the control designer and loads the specified component.

Method Details

GetDesignTimeHtml() public method

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

IndividualRepeaterDesigner() public method

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

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