C# 클래스 Ecolab.Pages.ContactsTabPage

상속: PageBase
파일 보기 프로젝트 열기: geeksree/cSharpGeeks

공개 메소드들

메소드 설명
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

메소드 상세

AddContactsDetails() 공개 메소드

Adding Contact Details
public AddContactsDetails ( string contactList ) : void
contactList string
리턴 void

CancelAddContactDetails() 공개 메소드

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

ClickonCancelPreferencesButton() 공개 메소드

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

ContactsTabPage() 공개 메소드

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

ContactsTabPage() 공개 메소드

public ContactsTabPage ( List utilsList ) : ArtOfTest.Common.UnitTesting
utilsList List
리턴 ArtOfTest.Common.UnitTesting

DeleteContactsDetails() 공개 메소드

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

EditUpdateInlineContactDetails() 공개 메소드

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

GetActionControls() 공개 정적인 메소드

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

GetSpecificContactsGridRow() 공개 메소드

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

UpdateContactDetails() 공개 메소드

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