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

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

공개 메소드들

메소드 설명
GetDesignTimeHtml ( ) : string

Generate HTML for the designer

Initialize ( IComponent component ) : void

Initializes the control designer and loads the specified component.

ShoppingCartItemRepeaterDesigner ( ) : System

Initializes a new instance of the T:ShoppingCartItemRepeaterDesigner class.

메소드 상세

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

ShoppingCartItemRepeaterDesigner() 공개 메소드

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