C# 클래스 Dev2.Studio.UI.Tests.UIMaps.Activities.DsfFindRecordsUiMap

상속: ToolsUiMapBase
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
DsfFindRecordsUiMap ( bool createNewtab = true, bool dragFindRecordsOntoNewTab = true ) : System
EnterTextIntoFieldsToSearch ( string stringToEnter, ViewType viewType ) : void
GetFieldsToSearchTextBoxControl ( ViewType viewType ) : UITestControl
GetResultTextBoxControl ( ViewType viewType ) : UITestControl
GetTextFromFieldsToSearch ( ViewType viewType ) : string
IsMatchTextBoxEnabled ( int rowNumber, ViewType viewType ) : bool
SetFocusToConditionDropDown ( int rowNumber, ViewType viewType ) : void

비공개 메소드들

메소드 설명
GetDataGridRowChildList ( int rowNumber, ViewType viewType ) : List
GetTextBox ( string autoId, UITestControl viewControl ) : UITestControl

메소드 상세

DsfFindRecordsUiMap() 공개 메소드

public DsfFindRecordsUiMap ( bool createNewtab = true, bool dragFindRecordsOntoNewTab = true ) : System
createNewtab bool
dragFindRecordsOntoNewTab bool
리턴 System

EnterTextIntoFieldsToSearch() 공개 메소드

public EnterTextIntoFieldsToSearch ( string stringToEnter, ViewType viewType ) : void
stringToEnter string
viewType ViewType
리턴 void

GetFieldsToSearchTextBoxControl() 공개 메소드

public GetFieldsToSearchTextBoxControl ( ViewType viewType ) : UITestControl
viewType ViewType
리턴 UITestControl

GetResultTextBoxControl() 공개 메소드

public GetResultTextBoxControl ( ViewType viewType ) : UITestControl
viewType ViewType
리턴 UITestControl

GetTextFromFieldsToSearch() 공개 메소드

public GetTextFromFieldsToSearch ( ViewType viewType ) : string
viewType ViewType
리턴 string

IsMatchTextBoxEnabled() 공개 메소드

public IsMatchTextBoxEnabled ( int rowNumber, ViewType viewType ) : bool
rowNumber int
viewType ViewType
리턴 bool

SetFocusToConditionDropDown() 공개 메소드

public SetFocusToConditionDropDown ( int rowNumber, ViewType viewType ) : void
rowNumber int
viewType ViewType
리턴 void