C# 클래스 AuScGen.WhiteFramework.BaseControl

상속: IControl
파일 보기 프로젝트 열기: geeksree/cSharpGeeks

Private Properties

프로퍼티 타입 설명
GetChildren List

공개 메소드들

메소드 설명
ActionPerformed ( TestStack action ) : void
ActionPerforming ( UIItem uiItem ) : void
BaseControl ( ) : System
BaseControl ( AutomationElement control, ControlAccess ControlAccess ) : System
BaseControl ( string Guimap, string ControlName ) : System
BaseControl ( string GuiMap, string LogicalName, ControlAccess ControlAccess ) : System
Click ( ) : void
DoubleClick ( ) : void
DrawHighlight ( ) : void
Enter ( string value ) : void
ErrorProviderMessage ( TestStack window ) : string
Focus ( ) : void
GetElement ( TestStack searchCriteria ) : AutomationElement
HookEvents ( TestStack eventListener ) : void
KeyIn ( TestStack key ) : void
LogStructure ( ) : void
NameMatches ( string text ) : bool
RightClick ( ) : void
RightClickAt ( System point ) : void
SetValue ( object value ) : void
UnHookEvents ( ) : void
ValueOfEquals ( AutomationProperty property, object compareTo ) : bool
Visit ( TestStack windowControlVisitor ) : void

비공개 메소드들

메소드 설명
GetChildren ( AutomationElement element_in ) : List

메소드 상세

ActionPerformed() 공개 메소드

public ActionPerformed ( TestStack action ) : void
action TestStack
리턴 void

ActionPerforming() 공개 메소드

public ActionPerforming ( UIItem uiItem ) : void
uiItem UIItem
리턴 void

BaseControl() 공개 메소드

public BaseControl ( ) : System
리턴 System

BaseControl() 공개 메소드

public BaseControl ( AutomationElement control, ControlAccess ControlAccess ) : System
control System.Windows.Automation.AutomationElement
ControlAccess ControlAccess
리턴 System

BaseControl() 공개 메소드

public BaseControl ( string Guimap, string ControlName ) : System
Guimap string
ControlName string
리턴 System

BaseControl() 공개 메소드

public BaseControl ( string GuiMap, string LogicalName, ControlAccess ControlAccess ) : System
GuiMap string
LogicalName string
ControlAccess ControlAccess
리턴 System

Click() 공개 메소드

public Click ( ) : void
리턴 void

DoubleClick() 공개 메소드

public DoubleClick ( ) : void
리턴 void

DrawHighlight() 공개 메소드

public DrawHighlight ( ) : void
리턴 void

Enter() 공개 메소드

public Enter ( string value ) : void
value string
리턴 void

ErrorProviderMessage() 공개 메소드

public ErrorProviderMessage ( TestStack window ) : string
window TestStack
리턴 string

Focus() 공개 메소드

public Focus ( ) : void
리턴 void

GetElement() 공개 메소드

public GetElement ( TestStack searchCriteria ) : AutomationElement
searchCriteria TestStack
리턴 System.Windows.Automation.AutomationElement

HookEvents() 공개 메소드

public HookEvents ( TestStack eventListener ) : void
eventListener TestStack
리턴 void

KeyIn() 공개 메소드

public KeyIn ( TestStack key ) : void
key TestStack
리턴 void

LogStructure() 공개 메소드

public LogStructure ( ) : void
리턴 void

NameMatches() 공개 메소드

public NameMatches ( string text ) : bool
text string
리턴 bool

RightClick() 공개 메소드

public RightClick ( ) : void
리턴 void

RightClickAt() 공개 메소드

public RightClickAt ( System point ) : void
point System
리턴 void

SetValue() 공개 메소드

public SetValue ( object value ) : void
value object
리턴 void

UnHookEvents() 공개 메소드

public UnHookEvents ( ) : void
리턴 void

ValueOfEquals() 공개 메소드

public ValueOfEquals ( AutomationProperty property, object compareTo ) : bool
property System.Windows.Automation.AutomationProperty
compareTo object
리턴 bool

Visit() 공개 메소드

public Visit ( TestStack windowControlVisitor ) : void
windowControlVisitor TestStack
리턴 void