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

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

Méthodes publiques

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

Adds the sensor and verify.
public AddSensorAndVerify ( ) : bool
Résultat bool

GetBreadCrumb() public méthode

Gets the bread crumb.
public GetBreadCrumb ( ) : string
Résultat string

InLineSensorEdit() public méthode

Ins the line.
public InLineSensorEdit ( string text ) : void
text string The text.
Résultat void

SensorsTabPage() public méthode

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

SensorsTabPage() public méthode

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