C# 클래스 WindowsPhoneTestFramework.Client.AutomationClient.Remote.CommandBase

파일 보기 프로젝트 열기: Expensify/WindowsPhoneTestFramework

공개 메소드들

메소드 설명
Do ( ) : void

보호된 메소드들

메소드 설명
DoImpl ( ) : void
SendColorResult ( string colorHex ) : void
SendDictionaryResult ( string>.Dictionary dict ) : void
SendExceptionFailedResult ( Exception exception ) : void
SendNotFoundResult ( string failureText = null ) : void
SendPictureResult ( byte bytes ) : void
SendPositionResult ( double left, double top, double width, double height ) : void
SendProgressResult ( double min, double max, double current ) : void
SendSuccessResult ( ) : void
SendTextResult ( string text ) : void
SkipResult ( ) : void

비공개 메소드들

메소드 설명
BuildExceptionMessage ( Exception exception ) : string
EnsureAtMostOneResultSent ( ) : void
Send ( ResultBase result ) : void
SendErrorResultIfNoOtherResultSent ( ) : void

메소드 상세

Do() 공개 메소드

public Do ( ) : void
리턴 void

DoImpl() 보호된 메소드

protected DoImpl ( ) : void
리턴 void

SendColorResult() 보호된 메소드

protected SendColorResult ( string colorHex ) : void
colorHex string
리턴 void

SendDictionaryResult() 보호된 메소드

protected SendDictionaryResult ( string>.Dictionary dict ) : void
dict string>.Dictionary
리턴 void

SendExceptionFailedResult() 보호된 메소드

protected SendExceptionFailedResult ( Exception exception ) : void
exception System.Exception
리턴 void

SendNotFoundResult() 보호된 메소드

protected SendNotFoundResult ( string failureText = null ) : void
failureText string
리턴 void

SendPictureResult() 보호된 메소드

protected SendPictureResult ( byte bytes ) : void
bytes byte
리턴 void

SendPositionResult() 보호된 메소드

protected SendPositionResult ( double left, double top, double width, double height ) : void
left double
top double
width double
height double
리턴 void

SendProgressResult() 보호된 메소드

protected SendProgressResult ( double min, double max, double current ) : void
min double
max double
current double
리턴 void

SendSuccessResult() 보호된 메소드

protected SendSuccessResult ( ) : void
리턴 void

SendTextResult() 보호된 메소드

protected SendTextResult ( string text ) : void
text string
리턴 void

SkipResult() 보호된 메소드

protected SkipResult ( ) : void
리턴 void