C# Класс Nettiers.AdventureWorks.Web.UI.AwBuildVersionRepeaterDesigner

A designer class for a strongly typed repeater AwBuildVersionRepeater
Наследование: System.Web.UI.Design.ControlDesigner
Показать файл Открыть проект

Открытые методы

Метод Описание
AwBuildVersionRepeaterDesigner ( ) : System

Initializes a new instance of the T:AwBuildVersionRepeaterDesigner class.

GetDesignTimeHtml ( ) : string

Generate HTML for the designer

Initialize ( IComponent component ) : void

Initializes the control designer and loads the specified component.

Описание методов

AwBuildVersionRepeaterDesigner() публичный Метод

Initializes a new instance of the T:AwBuildVersionRepeaterDesigner class.
public AwBuildVersionRepeaterDesigner ( ) : 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