C# 클래스 FluentWebControls.Extensions.RadioButtonDataExtensions

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

공개 메소드들

메소드 설명
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