C# Class Telerik.Web.Mvc.UI.ComboBox

Inheritance: ViewComponentBase, IDropDown, IComboBoxRenderable
Afficher le fichier Open project: juanplopes/simple-telerik

Méthodes publiques

Méthode Description
ComboBox ( System.Web.Mvc.ViewContext viewContext, IClientSideObjectWriterFactory clientSideObjectWriterFactory, IUrlGenerator urlGenerator ) : System.Collections.Generic
WriteInitializationScript ( System writer ) : void

Méthodes protégées

Méthode Description
WriteHtml ( System writer ) : void

Method Details

ComboBox() public méthode

public ComboBox ( System.Web.Mvc.ViewContext viewContext, IClientSideObjectWriterFactory clientSideObjectWriterFactory, IUrlGenerator urlGenerator ) : System.Collections.Generic
viewContext System.Web.Mvc.ViewContext
clientSideObjectWriterFactory IClientSideObjectWriterFactory
urlGenerator IUrlGenerator
Résultat System.Collections.Generic

WriteHtml() protected méthode

protected WriteHtml ( System writer ) : void
writer System
Résultat void

WriteInitializationScript() public méthode

public WriteInitializationScript ( System writer ) : void
writer System
Résultat void