C# Class Ecolab.Pages.CustomerTabPage

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

Public Methods

Method Description
AddCustomer ( string strID, string strName ) : void

Adds the customer.

AreColumnsExist ( string ID, string Name ) : bool

Ares the columns exist.

ClickonCancelPreferencesButton ( string Text ) : void

Clickons the cancel preferences button.

ClickonOkPreferencesButton ( string Text ) : void

Clickons the ok preferences button.

CustomerTabGridTableHeader ( ) : List

Customers the tab grid table header.

CustomerTabPage ( Ecolab TelerikPlugin ) : System

Initializes a new instance of the CustomerTabPage class.

CustomerTabPage ( List utilsList ) : System

Initializes a new instance of the CustomerTabPage class.

GetActionControls ( HtmlControl tableRow ) : IList

Gets the action controls.

GetSpecificCustomerGridRow ( string strText ) : HtmlControl

Gets the specific customer grid row.

UpdateCustomer ( string strID, string strName ) : void

Updates the customer.

VerifyUpdateCustomerCancelButton ( string strName ) : void

Verifies the cancel button.

Method Details

AddCustomer() public method

Adds the customer.
public AddCustomer ( string strID, string strName ) : void
strID string
strName string
return void

AreColumnsExist() public method

Ares the columns exist.
public AreColumnsExist ( string ID, string Name ) : bool
ID string The identifier.
Name string The name.
return bool

ClickonCancelPreferencesButton() public method

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

ClickonOkPreferencesButton() public method

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

CustomerTabGridTableHeader() public method

Customers the tab grid table header.
public CustomerTabGridTableHeader ( ) : List
return List

CustomerTabPage() public method

Initializes a new instance of the CustomerTabPage class.
public CustomerTabPage ( Ecolab TelerikPlugin ) : System
TelerikPlugin Ecolab The telerik plugin.
return System

CustomerTabPage() public method

Initializes a new instance of the CustomerTabPage class.
public CustomerTabPage ( List utilsList ) : System
utilsList List The utils list.
return System

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

UpdateCustomer() public method

Updates the customer.
public UpdateCustomer ( string strID, string strName ) : void
strID string
strName string
return void

VerifyUpdateCustomerCancelButton() public method

Verifies the cancel button.
public VerifyUpdateCustomerCancelButton ( string strName ) : void
strName string Name of the string.
return void