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

A designer class for a strongly typed repeater VJobCandidateEducationRepeater
Inheritance: System.Web.UI.Design.ControlDesigner
Afficher le fichier Open project: netTiers/netTiers

Méthodes publiques

Méthode Description
GetDesignTimeHtml ( ) : string

Generate HTML for the designer

Initialize ( IComponent component ) : void

Initializes the control designer and loads the specified component.

VJobCandidateEducationRepeaterDesigner ( ) : System

Initializes a new instance of the T:VJobCandidateEducationRepeaterDesigner class.

Method Details

GetDesignTimeHtml() public méthode

Generate HTML for the designer
public GetDesignTimeHtml ( ) : string
Résultat string

Initialize() public méthode

Initializes the control designer and loads the specified component.
public Initialize ( IComponent component ) : void
component IComponent The control being designed.
Résultat void

VJobCandidateEducationRepeaterDesigner() public méthode

Initializes a new instance of the T:VJobCandidateEducationRepeaterDesigner class.
public VJobCandidateEducationRepeaterDesigner ( ) : System
Résultat System