C# Class Ecolab.Pages.ControllerSetupPage

Inheritance: PageBase
Mostra file Open project: geeksree/cSharpGeeks

Public Methods

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

public ControllerSetupPage ( List utilsList ) : System
utilsList List
return System

DeleteAllControllers() public method

public DeleteAllControllers ( ) : void
return void

DeleteController() public method

public DeleteController ( string searchRowByValue ) : void
searchRowByValue string
return void

ExpandCalender() public method

public ExpandCalender ( ) : void
return void

IsControllerGridFirstColumnContains() public method

public IsControllerGridFirstColumnContains ( string value ) : bool
value string
return bool

IsSaveButtonEnabled() public method

public IsSaveButtonEnabled ( ) : bool
return bool

SetDate() public method

public SetDate ( string day ) : void
day string
return void

TrySelectBacktoController() public method

public TrySelectBacktoController ( ) : void
return void