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

Inheritance: UIA.Extensions.AutomationProviders.Interfaces.Tables.RowInformation
Afficher le fichier Open project: northwoodspd/UIA.Extensions Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AddToSelection ( ) : void
Résultat void

ClearSelection() public méthode

public ClearSelection ( ) : void
Résultat void

RowInformationStub() public méthode

public RowInformationStub ( ) : System.Collections.Generic
Résultat System.Collections.Generic

RowInformationStub() public méthode

public RowInformationStub ( List cells ) : System.Collections.Generic
cells List
Résultat System.Collections.Generic

RowInformationStub() public méthode

public RowInformationStub ( int which ) : System.Collections.Generic
which int
Résultat System.Collections.Generic

RowInformationStub() public méthode

public RowInformationStub ( string what ) : System.Collections.Generic
what string
Résultat System.Collections.Generic

Select() public méthode

public Select ( ) : void
Résultat void

ShouldHaveBeenCleared() public méthode

public ShouldHaveBeenCleared ( ) : void
Résultat void

ShouldHaveBeenSelected() public méthode

public ShouldHaveBeenSelected ( ) : void
Résultat void