C# Class Habanero.Faces.Test.Base.ConfirmerFake

Inheritance: IConfirmer
Afficher le fichier Open project: Chillisoft/habanero.faces Class Usage Examples

Méthodes publiques

Méthode Description
Confirm ( string message ) : bool
Confirm ( string message, ConfirmationDelegate confirmationDelegate ) : void
ConfirmerFake ( bool willBeConfirmed ) : System

Method Details

Confirm() public méthode

public Confirm ( string message ) : bool
message string
Résultat bool

Confirm() public méthode

public Confirm ( string message, ConfirmationDelegate confirmationDelegate ) : void
message string
confirmationDelegate ConfirmationDelegate
Résultat void

ConfirmerFake() public méthode

public ConfirmerFake ( bool willBeConfirmed ) : System
willBeConfirmed bool
Résultat System