C# 클래스 Nettiers.AdventureWorks.Web.UI.CustomerRepeaterDesigner

A designer class for a strongly typed repeater CustomerRepeater
상속: System.Web.UI.Design.ControlDesigner
파일 보기 프로젝트 열기: netTiers/netTiers

공개 메소드들

메소드 설명
CustomerRepeaterDesigner ( ) : System

Initializes a new instance of the T:CustomerRepeaterDesigner class.

GetDesignTimeHtml ( ) : string

Generate HTML for the designer

Initialize ( IComponent component ) : void

Initializes the control designer and loads the specified component.

메소드 상세

CustomerRepeaterDesigner() 공개 메소드

Initializes a new instance of the T:CustomerRepeaterDesigner class.
public CustomerRepeaterDesigner ( ) : System
리턴 System

GetDesignTimeHtml() 공개 메소드

Generate HTML for the designer
public GetDesignTimeHtml ( ) : string
리턴 string

Initialize() 공개 메소드

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