C# Class UIA.Extensions.AutomationProviders.Tables.Stubs.RowInformationStub

Inheritance: UIA.Extensions.AutomationProviders.Interfaces.Tables.RowInformation
Datei anzeigen Open project: northwoodspd/UIA.Extensions Class Usage Examples

Public Methods

Method Description
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

Method Details

AddToSelection() public method

public AddToSelection ( ) : void
return void

ClearSelection() public method

public ClearSelection ( ) : void
return void

RowInformationStub() public method

public RowInformationStub ( ) : System.Collections.Generic
return System.Collections.Generic

RowInformationStub() public method

public RowInformationStub ( List cells ) : System.Collections.Generic
cells List
return System.Collections.Generic

RowInformationStub() public method

public RowInformationStub ( int which ) : System.Collections.Generic
which int
return System.Collections.Generic

RowInformationStub() public method

public RowInformationStub ( string what ) : System.Collections.Generic
what string
return System.Collections.Generic

Select() public method

public Select ( ) : void
return void

ShouldHaveBeenCleared() public method

public ShouldHaveBeenCleared ( ) : void
return void

ShouldHaveBeenSelected() public method

public ShouldHaveBeenSelected ( ) : void
return void