C# Класс FluentWebControls.Extensions.RadioButtonDataExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
IsChecked ( this radioButtonData, bool @checked ) : RadioButtonData
WithCssClass ( this radioButtonData, string cssClass ) : RadioButtonData
WithLabel ( this radioButtonData, LabelData label ) : RadioButtonData
WithLabel ( this radioButtonData, string labelText ) : RadioButtonData
WithLabelAlignedLeft ( this radioButtonData, LabelData label ) : RadioButtonData
WithLabelAlignedLeft ( this radioButtonData, string labelText ) : RadioButtonData
WithTabIndex ( this checkBoxData, string tabIndex ) : RadioButtonData
WithValue ( this radioButtonData, string value ) : RadioButtonData

Описание методов

IsChecked() публичный статический Метод

public static IsChecked ( this radioButtonData, bool @checked ) : RadioButtonData
radioButtonData this
@checked bool
Результат RadioButtonData

WithCssClass() публичный статический Метод

public static WithCssClass ( this radioButtonData, string cssClass ) : RadioButtonData
radioButtonData this
cssClass string
Результат RadioButtonData

WithLabel() публичный статический Метод

public static WithLabel ( this radioButtonData, LabelData label ) : RadioButtonData
radioButtonData this
label LabelData
Результат RadioButtonData

WithLabel() публичный статический Метод

public static WithLabel ( this radioButtonData, string labelText ) : RadioButtonData
radioButtonData this
labelText string
Результат RadioButtonData

WithLabelAlignedLeft() публичный статический Метод

public static WithLabelAlignedLeft ( this radioButtonData, LabelData label ) : RadioButtonData
radioButtonData this
label LabelData
Результат RadioButtonData

WithLabelAlignedLeft() публичный статический Метод

public static WithLabelAlignedLeft ( this radioButtonData, string labelText ) : RadioButtonData
radioButtonData this
labelText string
Результат RadioButtonData

WithTabIndex() публичный статический Метод

public static WithTabIndex ( this checkBoxData, string tabIndex ) : RadioButtonData
checkBoxData this
tabIndex string
Результат RadioButtonData

WithValue() публичный статический Метод

public static WithValue ( this radioButtonData, string value ) : RadioButtonData
radioButtonData this
value string
Результат RadioButtonData