C# Class Ecolab.Pages.WasherGroupPage

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

Public Methods

Method Description
AddWashSteps ( string washStep, string temperature, string runTime, string waterLevel ) : void
AddWasherGroupItems ( string washerGroupNumber, string washerGroupName1, string washerGroupType ) : void

Method to perform add functionality for washer group

AddingFormula ( string nominalLoad, string loadsPerMonth, string extraTime ) : void

Adding Formula...

DeleteWasherGroup ( string text ) : void

Deleting Washer Group Details

InlineEditUpdateFunctionalityWasherGroup ( string washerGroupName ) : void

Inline Edit for Washer Group

UpdateFunctionalityWasherGroup ( string washerGroupName ) : void

Updating Washer group name method

UpdateWashSteps ( string washStep, string temperature, string runTime, string waterLevel ) : void
WasherGroupPage ( Ecolab TelerikPlugin ) : ArtOfTest.WebAii.Controls.HtmlControls

reading guimap OR objects

WasherGroupPage ( List utilsList ) : ArtOfTest.WebAii.Controls.HtmlControls

Method Details

AddWashSteps() public method

public AddWashSteps ( string washStep, string temperature, string runTime, string waterLevel ) : void
washStep string
temperature string
runTime string
waterLevel string
return void

AddWasherGroupItems() public method

Method to perform add functionality for washer group
public AddWasherGroupItems ( string washerGroupNumber, string washerGroupName1, string washerGroupType ) : void
washerGroupNumber string
washerGroupName1 string
washerGroupType string
return void

AddingFormula() public method

Adding Formula...
public AddingFormula ( string nominalLoad, string loadsPerMonth, string extraTime ) : void
nominalLoad string
loadsPerMonth string
extraTime string
return void

DeleteWasherGroup() public method

Deleting Washer Group Details
public DeleteWasherGroup ( string text ) : void
text string
return void

InlineEditUpdateFunctionalityWasherGroup() public method

Inline Edit for Washer Group
public InlineEditUpdateFunctionalityWasherGroup ( string washerGroupName ) : void
washerGroupName string
return void

UpdateFunctionalityWasherGroup() public method

Updating Washer group name method
public UpdateFunctionalityWasherGroup ( string washerGroupName ) : void
washerGroupName string
return void

UpdateWashSteps() public method

public UpdateWashSteps ( string washStep, string temperature, string runTime, string waterLevel ) : void
washStep string
temperature string
runTime string
waterLevel string
return void

WasherGroupPage() public method

reading guimap OR objects
public WasherGroupPage ( Ecolab TelerikPlugin ) : ArtOfTest.WebAii.Controls.HtmlControls
TelerikPlugin Ecolab
return ArtOfTest.WebAii.Controls.HtmlControls

WasherGroupPage() public method

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