C# Class Ecolab.Pages.ContactsTabPage

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

Public Methods

Method Description
AddContactsDetails ( string contactList ) : void

Adding Contact Details

CancelAddContactDetails ( string contactList ) : void

Cancel Contact Details after entering and verify in gridview for that record existance..

ClickonCancelPreferencesButton ( string text ) : void

Clicks the dialog cancel button based on text value from contacts grid

ContactsTabPage ( Ecolab telerikPlugin ) : ArtOfTest.Common.UnitTesting

reading guimap OR objects

ContactsTabPage ( List utilsList ) : ArtOfTest.Common.UnitTesting
DeleteContactsDetails ( string text ) : void

Deletes the row based on text value from contacts grid

EditUpdateInlineContactDetails ( string editContactList ) : void

Inline editing contact details

GetActionControls ( HtmlControl tableRow ) : IList

Gets the action controls.

GetSpecificContactsGridRow ( string strText ) : HtmlControl

Gets the specific Contacts grid row.

UpdateContactDetails ( string contactList ) : void

Updates the Contact details on Edit popup

Method Details

AddContactsDetails() public method

Adding Contact Details
public AddContactsDetails ( string contactList ) : void
contactList string
return void

CancelAddContactDetails() public method

Cancel Contact Details after entering and verify in gridview for that record existance..
public CancelAddContactDetails ( string contactList ) : void
contactList string
return void

ClickonCancelPreferencesButton() public method

Clicks the dialog cancel button based on text value from contacts grid
public ClickonCancelPreferencesButton ( string text ) : void
text string
return void

ContactsTabPage() public method

reading guimap OR objects
public ContactsTabPage ( Ecolab telerikPlugin ) : ArtOfTest.Common.UnitTesting
telerikPlugin Ecolab
return ArtOfTest.Common.UnitTesting

ContactsTabPage() public method

public ContactsTabPage ( List utilsList ) : ArtOfTest.Common.UnitTesting
utilsList List
return ArtOfTest.Common.UnitTesting

DeleteContactsDetails() public method

Deletes the row based on text value from contacts grid
public DeleteContactsDetails ( string text ) : void
text string
return void

EditUpdateInlineContactDetails() public method

Inline editing contact details
public EditUpdateInlineContactDetails ( string editContactList ) : void
editContactList string
return void

GetActionControls() public static method

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

GetSpecificContactsGridRow() public method

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

UpdateContactDetails() public method

Updates the Contact details on Edit popup
public UpdateContactDetails ( string contactList ) : void
contactList string
return void