C# 클래스 FluentWebControls.Extensions.TextBoxDataExtensions

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

공개 메소드들

메소드 설명
AsReadOnly ( this textBoxData ) : TextBoxData
CssClass ( this textBoxData, string cssClass ) : TextBoxData
MaxValue ( this textBoxData, int maxValue ) : TextBoxData
MinValue ( this textBoxData, int minValue ) : TextBoxData
Width ( this textBoxData, string width ) : TextBoxData
WithLabel ( this textBoxData, LabelData label ) : TextBoxData
WithLabel ( this textBoxData, string labelText ) : TextBoxData
WithTabIndex ( this textBoxData, string tabIndex ) : TextBoxData

메소드 상세

AsReadOnly() 공개 정적인 메소드

public static AsReadOnly ( this textBoxData ) : TextBoxData
textBoxData this
리턴 TextBoxData

CssClass() 공개 정적인 메소드

public static CssClass ( this textBoxData, string cssClass ) : TextBoxData
textBoxData this
cssClass string
리턴 TextBoxData

MaxValue() 공개 정적인 메소드

public static MaxValue ( this textBoxData, int maxValue ) : TextBoxData
textBoxData this
maxValue int
리턴 TextBoxData

MinValue() 공개 정적인 메소드

public static MinValue ( this textBoxData, int minValue ) : TextBoxData
textBoxData this
minValue int
리턴 TextBoxData

Width() 공개 정적인 메소드

public static Width ( this textBoxData, string width ) : TextBoxData
textBoxData this
width string
리턴 TextBoxData

WithLabel() 공개 정적인 메소드

public static WithLabel ( this textBoxData, LabelData label ) : TextBoxData
textBoxData this
label LabelData
리턴 TextBoxData

WithLabel() 공개 정적인 메소드

public static WithLabel ( this textBoxData, string labelText ) : TextBoxData
textBoxData this
labelText string
리턴 TextBoxData

WithTabIndex() 공개 정적인 메소드

public static WithTabIndex ( this textBoxData, string tabIndex ) : TextBoxData
textBoxData this
tabIndex string
리턴 TextBoxData