C# Class Atata.SelectByAttribute

Represents the behavior for option selection of Select{T, TOwner} control using specified option attribute.
Inheritance: Atata.SelectOptionBehaviorAttribute
Datei anzeigen Open project: atata-framework/atata

Public Methods

Method Description
SelectByAttribute ( string attributeName ) : System
SelectByAttribute ( string attributeName, TermCase termCase ) : System
SelectByAttribute ( string attributeName, TermMatch match ) : System
SelectByAttribute ( string attributeName, TermMatch match, TermCase termCase ) : System

Method Details

SelectByAttribute() public method

public SelectByAttribute ( string attributeName ) : System
attributeName string
return System

SelectByAttribute() public method

public SelectByAttribute ( string attributeName, TermCase termCase ) : System
attributeName string
termCase TermCase
return System

SelectByAttribute() public method

public SelectByAttribute ( string attributeName, TermMatch match ) : System
attributeName string
match TermMatch
return System

SelectByAttribute() public method

public SelectByAttribute ( string attributeName, TermMatch match, TermCase termCase ) : System
attributeName string
match TermMatch
termCase TermCase
return System