C# Class FluentWebControls.Extensions.IChoiceListMapExtensions

ファイルを表示 Open project: mvbalaw/FluentWebControls

Public Methods

Method Description
AsCheckBoxList ( this input ) : CheckBoxListData
AsComboSelect ( this input ) : ComboSelectData
AsDropDownList ( this input ) : DropDownListData
AsRadioButtons ( this input ) : RadioButtonListData

Method Details

AsCheckBoxList() public static method

public static AsCheckBoxList ( this input ) : CheckBoxListData
input this
return CheckBoxListData

AsComboSelect() public static method

public static AsComboSelect ( this input ) : ComboSelectData
input this
return ComboSelectData

AsDropDownList() public static method

public static AsDropDownList ( this input ) : DropDownListData
input this
return DropDownListData

AsRadioButtons() public static method

public static AsRadioButtons ( this input ) : RadioButtonListData
input this
return RadioButtonListData