C# Class AuScGen.WhiteFramework.BaseControl

Inheritance: IControl
Afficher le fichier Open project: geeksree/cSharpGeeks

Private Properties

Свойство Type Description
GetChildren List

Méthodes publiques

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

Private Methods

Méthode Description
GetChildren ( AutomationElement element_in ) : List

Method Details

ActionPerformed() public méthode

public ActionPerformed ( TestStack action ) : void
action TestStack
Résultat void

ActionPerforming() public méthode

public ActionPerforming ( UIItem uiItem ) : void
uiItem UIItem
Résultat void

BaseControl() public méthode

public BaseControl ( ) : System
Résultat System

BaseControl() public méthode

public BaseControl ( AutomationElement control, ControlAccess ControlAccess ) : System
control System.Windows.Automation.AutomationElement
ControlAccess ControlAccess
Résultat System

BaseControl() public méthode

public BaseControl ( string Guimap, string ControlName ) : System
Guimap string
ControlName string
Résultat System

BaseControl() public méthode

public BaseControl ( string GuiMap, string LogicalName, ControlAccess ControlAccess ) : System
GuiMap string
LogicalName string
ControlAccess ControlAccess
Résultat System

Click() public méthode

public Click ( ) : void
Résultat void

DoubleClick() public méthode

public DoubleClick ( ) : void
Résultat void

DrawHighlight() public méthode

public DrawHighlight ( ) : void
Résultat void

Enter() public méthode

public Enter ( string value ) : void
value string
Résultat void

ErrorProviderMessage() public méthode

public ErrorProviderMessage ( TestStack window ) : string
window TestStack
Résultat string

Focus() public méthode

public Focus ( ) : void
Résultat void

GetElement() public méthode

public GetElement ( TestStack searchCriteria ) : AutomationElement
searchCriteria TestStack
Résultat System.Windows.Automation.AutomationElement

HookEvents() public méthode

public HookEvents ( TestStack eventListener ) : void
eventListener TestStack
Résultat void

KeyIn() public méthode

public KeyIn ( TestStack key ) : void
key TestStack
Résultat void

LogStructure() public méthode

public LogStructure ( ) : void
Résultat void

NameMatches() public méthode

public NameMatches ( string text ) : bool
text string
Résultat bool

RightClick() public méthode

public RightClick ( ) : void
Résultat void

RightClickAt() public méthode

public RightClickAt ( System point ) : void
point System
Résultat void

SetValue() public méthode

public SetValue ( object value ) : void
value object
Résultat void

UnHookEvents() public méthode

public UnHookEvents ( ) : void
Résultat void

ValueOfEquals() public méthode

public ValueOfEquals ( AutomationProperty property, object compareTo ) : bool
property System.Windows.Automation.AutomationProperty
compareTo object
Résultat bool

Visit() public méthode

public Visit ( TestStack windowControlVisitor ) : void
windowControlVisitor TestStack
Résultat void