C# Class Dev2.Studio.UI.Tests.UIMaps.Activities.DsfFindRecordsUiMap

Inheritance: ToolsUiMapBase
Exibir arquivo Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
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

Private Methods

Method Description
GetDataGridRowChildList ( int rowNumber, ViewType viewType ) : List
GetTextBox ( string autoId, UITestControl viewControl ) : UITestControl

Method Details

DsfFindRecordsUiMap() public method

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

EnterTextIntoFieldsToSearch() public method

public EnterTextIntoFieldsToSearch ( string stringToEnter, ViewType viewType ) : void
stringToEnter string
viewType ViewType
return void

GetFieldsToSearchTextBoxControl() public method

public GetFieldsToSearchTextBoxControl ( ViewType viewType ) : UITestControl
viewType ViewType
return UITestControl

GetResultTextBoxControl() public method

public GetResultTextBoxControl ( ViewType viewType ) : UITestControl
viewType ViewType
return UITestControl

GetTextFromFieldsToSearch() public method

public GetTextFromFieldsToSearch ( ViewType viewType ) : string
viewType ViewType
return string

IsMatchTextBoxEnabled() public method

public IsMatchTextBoxEnabled ( int rowNumber, ViewType viewType ) : bool
rowNumber int
viewType ViewType
return bool

SetFocusToConditionDropDown() public method

public SetFocusToConditionDropDown ( int rowNumber, ViewType viewType ) : void
rowNumber int
viewType ViewType
return void