C# Class Ecolab.Pages.Pages.PlantSetupTab.UtilitySetupPage

Inheritance: PageBase
Mostra file Open project: geeksree/cSharpGeeks

Public Methods

Method Description
AddUtilityDetails ( ) : void
UtilitySetupPage ( Ecolab TelerikPlugin ) : System
UtilitySetupPage ( List utilsList ) : System
WaterFactorPrice ( string waterfactorprice, string otherenergyelectricity ) : bool
WaterFactorTemp ( string waterfactortemp, string otherenergyoil ) : bool

Method Details

AddUtilityDetails() public method

public AddUtilityDetails ( ) : void
return void

UtilitySetupPage() public method

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

UtilitySetupPage() public method

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

WaterFactorPrice() public method

public WaterFactorPrice ( string waterfactorprice, string otherenergyelectricity ) : bool
waterfactorprice string
otherenergyelectricity string
return bool

WaterFactorTemp() public method

public WaterFactorTemp ( string waterfactortemp, string otherenergyoil ) : bool
waterfactortemp string
otherenergyoil string
return bool