C# 클래스 FluentWebControls.Extensions.IChoiceListMapExtensions

파일 보기 프로젝트 열기: mvbalaw/FluentWebControls

공개 메소드들

메소드 설명
AsCheckBoxList ( this input ) : CheckBoxListData
AsComboSelect ( this input ) : ComboSelectData
AsDropDownList ( this input ) : DropDownListData
AsRadioButtons ( this input ) : RadioButtonListData

메소드 상세

AsCheckBoxList() 공개 정적인 메소드

public static AsCheckBoxList ( this input ) : CheckBoxListData
input this
리턴 CheckBoxListData

AsComboSelect() 공개 정적인 메소드

public static AsComboSelect ( this input ) : ComboSelectData
input this
리턴 ComboSelectData

AsDropDownList() 공개 정적인 메소드

public static AsDropDownList ( this input ) : DropDownListData
input this
리턴 DropDownListData

AsRadioButtons() 공개 정적인 메소드

public static AsRadioButtons ( this input ) : RadioButtonListData
input this
리턴 RadioButtonListData