C# Class FluentWebControls.DropDownListData

Inheritance: ValidatableWebControlBase, IDropDownListData
Afficher le fichier Open project: mvbalaw/FluentWebControls

Private Properties

Свойство Type Description
WriteOption void

Méthodes publiques

Méthode Description
DropDownListData ( string>.IEnumerable items ) : System
Remove ( string value ) : void
ToString ( ) : string

Private Methods

Méthode Description
WriteOption ( StringBuilder sb, string>.KeyValuePair item, bool selected ) : void

Method Details

DropDownListData() public méthode

public DropDownListData ( string>.IEnumerable items ) : System
items string>.IEnumerable
Résultat System

Remove() public méthode

public Remove ( string value ) : void
value string
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string