C# 클래스 FluentWebControls.DropDownListData

상속: ValidatableWebControlBase, IDropDownListData
파일 보기 프로젝트 열기: mvbalaw/FluentWebControls

Private Properties

프로퍼티 타입 설명
WriteOption void

공개 메소드들

메소드 설명
DropDownListData ( string>.IEnumerable items ) : System
Remove ( string value ) : void
ToString ( ) : string

비공개 메소드들

메소드 설명
WriteOption ( StringBuilder sb, string>.KeyValuePair item, bool selected ) : void

메소드 상세

DropDownListData() 공개 메소드

public DropDownListData ( string>.IEnumerable items ) : System
items string>.IEnumerable
리턴 System

Remove() 공개 메소드

public Remove ( string value ) : void
value string
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string