C# 클래스 Habanero.Faces.Test.Base.ConfirmerFake

상속: IConfirmer
파일 보기 프로젝트 열기: Chillisoft/habanero.faces 1 사용 예제들

공개 메소드들

메소드 설명
Confirm ( string message ) : bool
Confirm ( string message, ConfirmationDelegate confirmationDelegate ) : void
ConfirmerFake ( bool willBeConfirmed ) : System

메소드 상세

Confirm() 공개 메소드

public Confirm ( string message ) : bool
message string
리턴 bool

Confirm() 공개 메소드

public Confirm ( string message, ConfirmationDelegate confirmationDelegate ) : void
message string
confirmationDelegate ConfirmationDelegate
리턴 void

ConfirmerFake() 공개 메소드

public ConfirmerFake ( bool willBeConfirmed ) : System
willBeConfirmed bool
리턴 System