C# 클래스 FluentWebControls.Extensions.ButtonDataExtensions

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

공개 메소드들

메소드 설명
AsDefault ( this buttonData ) : ButtonData
Confirm ( this buttonData, string message ) : ButtonData
VisibleIf ( this buttonData, bool visible ) : ButtonData
Width ( this buttonData, string width ) : ButtonData
WithAction ( this buttonData, string actionName ) : ButtonData
WithControllerExtension ( this buttonData, string controllerExtension ) : ButtonData
WithCssClass ( this buttonData, string cssClass ) : ButtonData
WithId ( this buttonData, string id ) : ButtonData
WithOnClick ( this buttonData, string onClickMethod ) : ButtonData
WithQueryParameter ( this buttonData, string parameterName, string parameterValue ) : ButtonData
WithText ( this buttonData, string text ) : ButtonData

메소드 상세

AsDefault() 공개 정적인 메소드

public static AsDefault ( this buttonData ) : ButtonData
buttonData this
리턴 ButtonData

Confirm() 공개 정적인 메소드

public static Confirm ( this buttonData, string message ) : ButtonData
buttonData this
message string
리턴 ButtonData

VisibleIf() 공개 정적인 메소드

public static VisibleIf ( this buttonData, bool visible ) : ButtonData
buttonData this
visible bool
리턴 ButtonData

Width() 공개 정적인 메소드

public static Width ( this buttonData, string width ) : ButtonData
buttonData this
width string
리턴 ButtonData

WithAction() 공개 정적인 메소드

public static WithAction ( this buttonData, string actionName ) : ButtonData
buttonData this
actionName string
리턴 ButtonData

WithControllerExtension() 공개 정적인 메소드

public static WithControllerExtension ( this buttonData, string controllerExtension ) : ButtonData
buttonData this
controllerExtension string
리턴 ButtonData

WithCssClass() 공개 정적인 메소드

public static WithCssClass ( this buttonData, string cssClass ) : ButtonData
buttonData this
cssClass string
리턴 ButtonData

WithId() 공개 정적인 메소드

public static WithId ( this buttonData, string id ) : ButtonData
buttonData this
id string
리턴 ButtonData

WithOnClick() 공개 정적인 메소드

public static WithOnClick ( this buttonData, string onClickMethod ) : ButtonData
buttonData this
onClickMethod string
리턴 ButtonData

WithQueryParameter() 공개 정적인 메소드

public static WithQueryParameter ( this buttonData, string parameterName, string parameterValue ) : ButtonData
buttonData this
parameterName string
parameterValue string
리턴 ButtonData

WithText() 공개 정적인 메소드

public static WithText ( this buttonData, string text ) : ButtonData
buttonData this
text string
리턴 ButtonData