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

Inheritance: ToolsUiMapBase
Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode 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

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

Method Details

DsfFindRecordsUiMap() public méthode

public DsfFindRecordsUiMap ( bool createNewtab = true, bool dragFindRecordsOntoNewTab = true ) : System
createNewtab bool
dragFindRecordsOntoNewTab bool
Résultat System

EnterTextIntoFieldsToSearch() public méthode

public EnterTextIntoFieldsToSearch ( string stringToEnter, ViewType viewType ) : void
stringToEnter string
viewType ViewType
Résultat void

GetFieldsToSearchTextBoxControl() public méthode

public GetFieldsToSearchTextBoxControl ( ViewType viewType ) : UITestControl
viewType ViewType
Résultat UITestControl

GetResultTextBoxControl() public méthode

public GetResultTextBoxControl ( ViewType viewType ) : UITestControl
viewType ViewType
Résultat UITestControl

GetTextFromFieldsToSearch() public méthode

public GetTextFromFieldsToSearch ( ViewType viewType ) : string
viewType ViewType
Résultat string

IsMatchTextBoxEnabled() public méthode

public IsMatchTextBoxEnabled ( int rowNumber, ViewType viewType ) : bool
rowNumber int
viewType ViewType
Résultat bool

SetFocusToConditionDropDown() public méthode

public SetFocusToConditionDropDown ( int rowNumber, ViewType viewType ) : void
rowNumber int
viewType ViewType
Résultat void