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

A designer class for a strongly typed repeater VVendorRepeater
Inheritance: System.Web.UI.Design.ControlDesigner
ファイルを表示 Open project: netTiers/netTiers

Public Methods

Method Description
GetDesignTimeHtml ( ) : string

Generate HTML for the designer

Initialize ( IComponent component ) : void

Initializes the control designer and loads the specified component.

VVendorRepeaterDesigner ( ) : System

Initializes a new instance of the T:VVendorRepeaterDesigner class.

Method Details

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

VVendorRepeaterDesigner() public method

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