C# Класс WindowsPhoneTestFramework.Client.AutomationClient.Remote.CommandBase

Показать файл Открыть проект

Открытые методы

Метод Описание
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