C# 클래스 UIA.Extensions.AutomationProviders.Tables.Stubs.RowInformationStub

상속: UIA.Extensions.AutomationProviders.Interfaces.Tables.RowInformation
파일 보기 프로젝트 열기: northwoodspd/UIA.Extensions 1 사용 예제들

공개 메소드들

메소드 설명
AddToSelection ( ) : void
ClearSelection ( ) : void
RowInformationStub ( ) : System.Collections.Generic
RowInformationStub ( List cells ) : System.Collections.Generic
RowInformationStub ( int which ) : System.Collections.Generic
RowInformationStub ( string what ) : System.Collections.Generic
Select ( ) : void
ShouldHaveBeenCleared ( ) : void
ShouldHaveBeenSelected ( ) : void

메소드 상세

AddToSelection() 공개 메소드

public AddToSelection ( ) : void
리턴 void

ClearSelection() 공개 메소드

public ClearSelection ( ) : void
리턴 void

RowInformationStub() 공개 메소드

public RowInformationStub ( ) : System.Collections.Generic
리턴 System.Collections.Generic

RowInformationStub() 공개 메소드

public RowInformationStub ( List cells ) : System.Collections.Generic
cells List
리턴 System.Collections.Generic

RowInformationStub() 공개 메소드

public RowInformationStub ( int which ) : System.Collections.Generic
which int
리턴 System.Collections.Generic

RowInformationStub() 공개 메소드

public RowInformationStub ( string what ) : System.Collections.Generic
what string
리턴 System.Collections.Generic

Select() 공개 메소드

public Select ( ) : void
리턴 void

ShouldHaveBeenCleared() 공개 메소드

public ShouldHaveBeenCleared ( ) : void
리턴 void

ShouldHaveBeenSelected() 공개 메소드

public ShouldHaveBeenSelected ( ) : void
리턴 void