C# Class Atata.SelectsOptionByLabelAttributeAttribute

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

Public Methods

Method Description
SelectsOptionByLabelAttributeAttribute ( )
SelectsOptionByLabelAttributeAttribute ( TermCase termCase )
SelectsOptionByLabelAttributeAttribute ( TermMatch match )
SelectsOptionByLabelAttributeAttribute ( TermMatch match, TermCase termCase )

Method Details

SelectsOptionByLabelAttributeAttribute() public method

SelectsOptionByLabelAttributeAttribute() public method

public SelectsOptionByLabelAttributeAttribute ( TermCase termCase )
termCase TermCase

SelectsOptionByLabelAttributeAttribute() public method

public SelectsOptionByLabelAttributeAttribute ( TermMatch match )
match TermMatch

SelectsOptionByLabelAttributeAttribute() public method

public SelectsOptionByLabelAttributeAttribute ( TermMatch match, TermCase termCase )
match TermMatch
termCase TermCase