C# Класс AuScGen.WhiteFramework.BaseControl

Наследование: IControl
Показать файл Открыть проект

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