C# 클래스 Atata.SelectsOptionByLabelAttributeAttribute

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

공개 메소드들

메소드 설명
SelectsOptionByLabelAttributeAttribute ( )
SelectsOptionByLabelAttributeAttribute ( TermCase termCase )
SelectsOptionByLabelAttributeAttribute ( TermMatch match )
SelectsOptionByLabelAttributeAttribute ( TermMatch match, TermCase termCase )

메소드 상세

SelectsOptionByLabelAttributeAttribute() 공개 메소드

SelectsOptionByLabelAttributeAttribute() 공개 메소드

public SelectsOptionByLabelAttributeAttribute ( TermCase termCase )
termCase TermCase

SelectsOptionByLabelAttributeAttribute() 공개 메소드

public SelectsOptionByLabelAttributeAttribute ( TermMatch match )
match TermMatch

SelectsOptionByLabelAttributeAttribute() 공개 메소드

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