C# Class Ecolab.Pages.PlantSetupPage

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

Public Methods

Method Description
BreadCrumbDetailsList ( ) : ReadOnlyCollection

Clicks the user preferences savebutton.

ClickUserPreferencesSavebutton ( ) : void
PlantSetupPage ( Ecolab TelerikPlugin ) : System
PlantSetupPage ( List utilsList ) : System
UploadFile ( string filePath ) : void

Method Details

BreadCrumbDetailsList() public method

Clicks the user preferences savebutton.
public BreadCrumbDetailsList ( ) : ReadOnlyCollection
return ReadOnlyCollection

ClickUserPreferencesSavebutton() public method

public ClickUserPreferencesSavebutton ( ) : void
return void

PlantSetupPage() public method

public PlantSetupPage ( Ecolab TelerikPlugin ) : System
TelerikPlugin Ecolab
return System

PlantSetupPage() public method

public PlantSetupPage ( List utilsList ) : System
utilsList List
return System

UploadFile() public method

public UploadFile ( string filePath ) : void
filePath string
return void