C# Class FluentWebControls.Extensions.ButtonDataExtensions

Afficher le fichier Open project: mvbalaw/FluentWebControls

Méthodes publiques

Méthode Description
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

Method Details

AsDefault() public static méthode

public static AsDefault ( this buttonData ) : ButtonData
buttonData this
Résultat ButtonData

Confirm() public static méthode

public static Confirm ( this buttonData, string message ) : ButtonData
buttonData this
message string
Résultat ButtonData

VisibleIf() public static méthode

public static VisibleIf ( this buttonData, bool visible ) : ButtonData
buttonData this
visible bool
Résultat ButtonData

Width() public static méthode

public static Width ( this buttonData, string width ) : ButtonData
buttonData this
width string
Résultat ButtonData

WithAction() public static méthode

public static WithAction ( this buttonData, string actionName ) : ButtonData
buttonData this
actionName string
Résultat ButtonData

WithControllerExtension() public static méthode

public static WithControllerExtension ( this buttonData, string controllerExtension ) : ButtonData
buttonData this
controllerExtension string
Résultat ButtonData

WithCssClass() public static méthode

public static WithCssClass ( this buttonData, string cssClass ) : ButtonData
buttonData this
cssClass string
Résultat ButtonData

WithId() public static méthode

public static WithId ( this buttonData, string id ) : ButtonData
buttonData this
id string
Résultat ButtonData

WithOnClick() public static méthode

public static WithOnClick ( this buttonData, string onClickMethod ) : ButtonData
buttonData this
onClickMethod string
Résultat ButtonData

WithQueryParameter() public static méthode

public static WithQueryParameter ( this buttonData, string parameterName, string parameterValue ) : ButtonData
buttonData this
parameterName string
parameterValue string
Résultat ButtonData

WithText() public static méthode

public static WithText ( this buttonData, string text ) : ButtonData
buttonData this
text string
Résultat ButtonData