C# 클래스 Atata.SelectByAttribute

Represents the behavior for option selection of Select{T, TOwner} control using specified option attribute.
상속: Atata.SelectOptionBehaviorAttribute
파일 보기 프로젝트 열기: atata-framework/atata

공개 메소드들

메소드 설명
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