C# 클래스 UIAutomation.SearcherTemplate

Description of SearcherTemplate.
파일 보기 프로젝트 열기: apetrovskiy/STUPS

Private Properties

프로퍼티 타입 설명
ContinueSearch bool

공개 메소드들

메소드 설명
AfterSearchHook ( ) : void
BeforeSearchHook ( ) : void
GetElements ( SearcherTemplateData data, int timeout ) : List
OnFailureHook ( ) : void
OnSleepHook ( ) : void
OnStartHook ( ) : void
OnSuccessHook ( ) : void
SearchForElements ( SearcherTemplateData data ) : List

비공개 메소드들

메소드 설명
ContinueSearch ( int timeout, System.DateTime startTime ) : bool

메소드 상세

AfterSearchHook() 공개 추상적인 메소드

public abstract AfterSearchHook ( ) : void
리턴 void

BeforeSearchHook() 공개 추상적인 메소드

public abstract BeforeSearchHook ( ) : void
리턴 void

GetElements() 공개 메소드

public GetElements ( SearcherTemplateData data, int timeout ) : List
data SearcherTemplateData
timeout int
리턴 List

OnFailureHook() 공개 추상적인 메소드

public abstract OnFailureHook ( ) : void
리턴 void

OnSleepHook() 공개 메소드

public OnSleepHook ( ) : void
리턴 void

OnStartHook() 공개 추상적인 메소드

public abstract OnStartHook ( ) : void
리턴 void

OnSuccessHook() 공개 추상적인 메소드

public abstract OnSuccessHook ( ) : void
리턴 void

SearchForElements() 공개 추상적인 메소드

public abstract SearchForElements ( SearcherTemplateData data ) : List
data SearcherTemplateData
리턴 List