C# Класс Atata.SelectByAttribute

Represents the behavior for option selection of Select{T, TOwner} control using specified option attribute.
Наследование: Atata.SelectOptionBehaviorAttribute
Показать файл Открыть проект

Открытые методы

Метод Описание
SelectByAttribute ( string attributeName ) : System
SelectByAttribute ( string attributeName, TermCase termCase ) : System
SelectByAttribute ( string attributeName, TermMatch match ) : System
SelectByAttribute ( string attributeName, TermMatch match, TermCase termCase ) : System

Описание методов

SelectByAttribute() публичный Метод

public SelectByAttribute ( string attributeName ) : System
attributeName string
Результат System

SelectByAttribute() публичный Метод

public SelectByAttribute ( string attributeName, TermCase termCase ) : System
attributeName string
termCase TermCase
Результат System

SelectByAttribute() публичный Метод

public SelectByAttribute ( string attributeName, TermMatch match ) : System
attributeName string
match TermMatch
Результат System

SelectByAttribute() публичный Метод

public SelectByAttribute ( string attributeName, TermMatch match, TermCase termCase ) : System
attributeName string
match TermMatch
termCase TermCase
Результат System