C# Class Ecolab.Pages.ControllerSetupPage

Inheritance: PageBase
Afficher le fichier Open project: geeksree/cSharpGeeks

Méthodes publiques

Méthode Description
ControllerSetupPage ( List utilsList ) : System
DeleteAllControllers ( ) : void
DeleteController ( string searchRowByValue ) : void
ExpandCalender ( ) : void
IsControllerGridFirstColumnContains ( string value ) : bool
IsSaveButtonEnabled ( ) : bool
SetDate ( string day ) : void
TrySelectBacktoController ( ) : void

Method Details

ControllerSetupPage() public méthode

public ControllerSetupPage ( List utilsList ) : System
utilsList List
Résultat System

DeleteAllControllers() public méthode

public DeleteAllControllers ( ) : void
Résultat void

DeleteController() public méthode

public DeleteController ( string searchRowByValue ) : void
searchRowByValue string
Résultat void

ExpandCalender() public méthode

public ExpandCalender ( ) : void
Résultat void

IsControllerGridFirstColumnContains() public méthode

public IsControllerGridFirstColumnContains ( string value ) : bool
value string
Résultat bool

IsSaveButtonEnabled() public méthode

public IsSaveButtonEnabled ( ) : bool
Résultat bool

SetDate() public méthode

public SetDate ( string day ) : void
day string
Résultat void

TrySelectBacktoController() public méthode

public TrySelectBacktoController ( ) : void
Résultat void