C# Class Ecolab.Pages.MonitorSetupPage

Inheritance: PageBase
显示文件 Open project: geeksree/cSharpGeeks

Public Methods

Method Description
MonitorSetupPage ( Ecolab TelerikPlugin ) : System
MonitorSetupPage ( List utilsList ) : System
SelectMachineName ( string machineName ) : void
SelectMonitorName ( string monitorName ) : void

Method Details

MonitorSetupPage() public method

public MonitorSetupPage ( Ecolab TelerikPlugin ) : System
TelerikPlugin Ecolab
return System

MonitorSetupPage() public method

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

SelectMachineName() public method

public SelectMachineName ( string machineName ) : void
machineName string
return void

SelectMonitorName() public method

public SelectMonitorName ( string monitorName ) : void
monitorName string
return void