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

상속: ToolsUiMapBase
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 메소드들

메소드 설명
DsfXpathUiMap ( bool createNewtab = true, bool dragFindRecordsOntoNewTab = true ) : Dev2.Studio.UI.Tests.Enums
EnterTextIntoFieldsToSearch ( string stringToEnter, ViewType viewType ) : void
GetFieldsToSearchTextBoxControl ( ViewType viewType ) : UITestControl
GetTextFromFieldsToSearch ( ViewType viewType ) : string

메소드 상세

DsfXpathUiMap() 공개 메소드

public DsfXpathUiMap ( bool createNewtab = true, bool dragFindRecordsOntoNewTab = true ) : Dev2.Studio.UI.Tests.Enums
createNewtab bool
dragFindRecordsOntoNewTab bool
리턴 Dev2.Studio.UI.Tests.Enums

EnterTextIntoFieldsToSearch() 공개 메소드

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

GetFieldsToSearchTextBoxControl() 공개 메소드

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

GetTextFromFieldsToSearch() 공개 메소드

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