C# Class Ecolab.Pages.RewashTabPage

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

Public Methods

Method Description
AddingRewash ( string strWasherGroup, string strRewashReason, string strLastValue, string strNewValue ) : void
CheckFields ( ) : void
FieldActive ( HtmlInputText control ) : bool
GetSwitchNameActive ( ) : string
IsLastDateEnabled ( ) : bool
IsNewDateEnabled ( ) : bool
RewashTabPage ( List utilsList ) : System

Method Details

AddingRewash() public method

public AddingRewash ( string strWasherGroup, string strRewashReason, string strLastValue, string strNewValue ) : void
strWasherGroup string
strRewashReason string
strLastValue string
strNewValue string
return void

CheckFields() public method

public CheckFields ( ) : void
return void

FieldActive() public method

public FieldActive ( HtmlInputText control ) : bool
control HtmlInputText
return bool

GetSwitchNameActive() public method

public GetSwitchNameActive ( ) : string
return string

IsLastDateEnabled() public method

public IsLastDateEnabled ( ) : bool
return bool

IsNewDateEnabled() public method

public IsNewDateEnabled ( ) : bool
return bool

RewashTabPage() public method

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