C# Class Ecolab.Pages.Pages.PlantSetupTab.SensorsTabPage

Inheritance: PageBase
Datei anzeigen Open project: geeksree/cSharpGeeks

Public Methods

Method Description
AddSensorAndVerify ( ) : bool

Adds the sensor and verify.

GetBreadCrumb ( ) : string

Gets the bread crumb.

InLineSensorEdit ( string text ) : void

Ins the line.

SensorsTabPage ( Ecolab TelerikPlugin ) : ArtOfTest.WebAii.Controls.HtmlControls

Initializes a new instance of the SensorsTabPage class.

SensorsTabPage ( List utilsList ) : ArtOfTest.WebAii.Controls.HtmlControls

Initializes a new instance of the SensorsTabPage class.

Method Details

AddSensorAndVerify() public method

Adds the sensor and verify.
public AddSensorAndVerify ( ) : bool
return bool

GetBreadCrumb() public method

Gets the bread crumb.
public GetBreadCrumb ( ) : string
return string

InLineSensorEdit() public method

Ins the line.
public InLineSensorEdit ( string text ) : void
text string The text.
return void

SensorsTabPage() public method

Initializes a new instance of the SensorsTabPage class.
public SensorsTabPage ( Ecolab TelerikPlugin ) : ArtOfTest.WebAii.Controls.HtmlControls
TelerikPlugin Ecolab The telerik plugin.
return ArtOfTest.WebAii.Controls.HtmlControls

SensorsTabPage() public method

Initializes a new instance of the SensorsTabPage class.
public SensorsTabPage ( List utilsList ) : ArtOfTest.WebAii.Controls.HtmlControls
utilsList List The utils list.
return ArtOfTest.WebAii.Controls.HtmlControls