C# Class Ecolab.Pages.GeneralTabPage

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

Public Methods

Method Description
ClickonCancelPreferencesButton ( string userDetails ) : void

Clickons the cancel preferences button.

ClickonOkPreferencesButton ( string userDetails ) : void

Clickons the ok preferences button.

DialogPopupClickSaveData ( ) : void
GeneralTabPage ( Ecolab TelerikPlugin ) : ArtOfTest.WebAii.Controls.HtmlControls

Initializes a new instance of the GeneralTabPage class.

GeneralTabPage ( List utilsList ) : ArtOfTest.WebAii.Controls.HtmlControls
GetCurrencyoptions ( ) : ArrayList

Gets the currencyoptions.

GetLanguageOptions ( ) : ArrayList

Gets the language options.

GetSelectedValues ( ) : ArrayList

Gets the selected values.

IsHomePagelaunched ( ) : HtmlControl

Determines whether [is setup pagelaunched].

IsLanguageSet ( ) : bool

Determines whether [is language set].

IsPreferencesSaved ( ) : bool

Determines whether [the preferences are saved].

ResetUserPreferences ( string userDetails ) : void

Resets the user preferences.

SetAndSaveUserPreferenceDetails ( string userDetails ) : ArrayList

Sets the and save user preference details.

SetUserPreferences ( string userDetails ) : void

Selects the user preferences.

isSetupPageFound ( ) : bool

Determines whether [is setup page found].

Method Details

ClickonCancelPreferencesButton() public method

Clickons the cancel preferences button.
public ClickonCancelPreferencesButton ( string userDetails ) : void
userDetails string The user details.
return void

ClickonOkPreferencesButton() public method

Clickons the ok preferences button.
public ClickonOkPreferencesButton ( string userDetails ) : void
userDetails string The user details.
return void

DialogPopupClickSaveData() public method

public DialogPopupClickSaveData ( ) : void
return void

GeneralTabPage() public method

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

GeneralTabPage() public method

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

GetCurrencyoptions() public method

Gets the currencyoptions.
public GetCurrencyoptions ( ) : ArrayList
return System.Collections.ArrayList

GetLanguageOptions() public method

Gets the language options.
public GetLanguageOptions ( ) : ArrayList
return System.Collections.ArrayList

GetSelectedValues() public method

Gets the selected values.
public GetSelectedValues ( ) : ArrayList
return System.Collections.ArrayList

IsHomePagelaunched() public method

Determines whether [is setup pagelaunched].
public IsHomePagelaunched ( ) : HtmlControl
return HtmlControl

IsLanguageSet() public method

Determines whether [is language set].
public IsLanguageSet ( ) : bool
return bool

IsPreferencesSaved() public method

Determines whether [the preferences are saved].
public IsPreferencesSaved ( ) : bool
return bool

ResetUserPreferences() public method

Resets the user preferences.
public ResetUserPreferences ( string userDetails ) : void
userDetails string The user details.
return void

SetAndSaveUserPreferenceDetails() public method

Sets the and save user preference details.
public SetAndSaveUserPreferenceDetails ( string userDetails ) : ArrayList
userDetails string The user details.
return System.Collections.ArrayList

SetUserPreferences() public method

Selects the user preferences.
public SetUserPreferences ( string userDetails ) : void
userDetails string The user details.
return void

isSetupPageFound() public method

Determines whether [is setup page found].
public isSetupPageFound ( ) : bool
return bool