C# Class Ecolab.Pages.WETabPage

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

Public Methods

Method Description
AddWaterEnergyDevice ( string strDeviceName, string strDevivceType, string strDeviceModel, string strInstallDate, string strComment ) : void

Adds the water energy device.

ClickonCancelPreferencesButton ( ) : void

Clickons the cancel preferences button.

ClickonOkPreferencesButton ( ) : void

Clickons the ok preferences button.

GetActionControls ( HtmlControl tableRow ) : IList

Gets the action controls.

GetSpecificCustomerGridRow ( string strText ) : HtmlControl

Gets the specific customer grid row.

InlineEditing ( string strDeviceName, string Date ) : void

Inlines the editing.

UpdateWaterEnergyDevice ( string strComment ) : void

Update the water energy device.

VerifyFieldValidationMessage ( string strDevivceType, string strInstallDate, string strComment ) : void

Adds the water energy device.

VerifyUpdateCancelButton ( string strComment ) : void

Verify Update the water energy device. update data and click cancel

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

Initializes a new instance of the WETabPage class.

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

Method Details

AddWaterEnergyDevice() public method

Adds the water energy device.
public AddWaterEnergyDevice ( string strDeviceName, string strDevivceType, string strDeviceModel, string strInstallDate, string strComment ) : void
strDeviceName string
strDevivceType string Type of the string devivce.
strDeviceModel string The string device model.
strInstallDate string The string install date.
strComment string The string comment.
return void

ClickonCancelPreferencesButton() public method

Clickons the cancel preferences button.
public ClickonCancelPreferencesButton ( ) : void
return void

ClickonOkPreferencesButton() public method

Clickons the ok preferences button.
public ClickonOkPreferencesButton ( ) : void
return void

GetActionControls() public method

Gets the action controls.
public GetActionControls ( HtmlControl tableRow ) : IList
tableRow HtmlControl The table row.
return IList

GetSpecificCustomerGridRow() public method

Gets the specific customer grid row.
public GetSpecificCustomerGridRow ( string strText ) : HtmlControl
strText string The string text.
return HtmlControl

InlineEditing() public method

Inlines the editing.
public InlineEditing ( string strDeviceName, string Date ) : void
strDeviceName string
Date string The date.
return void

UpdateWaterEnergyDevice() public method

Update the water energy device.
public UpdateWaterEnergyDevice ( string strComment ) : void
strComment string The string comment.
return void

VerifyFieldValidationMessage() public method

Adds the water energy device.
public VerifyFieldValidationMessage ( string strDevivceType, string strInstallDate, string strComment ) : void
strDevivceType string Type of the string devivce.
strInstallDate string The string install date.
strComment string The string comment.
return void

VerifyUpdateCancelButton() public method

Verify Update the water energy device. update data and click cancel
public VerifyUpdateCancelButton ( string strComment ) : void
strComment string The string comment.
return void

WETabPage() public method

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

WETabPage() public method

public WETabPage ( List utilsList ) : ArtOfTest.WebAii.Controls.HtmlControls
utilsList List
return ArtOfTest.WebAii.Controls.HtmlControls