C# 클래스 Ecolab.Pages.ControllerSetupPage

상속: PageBase
파일 보기 프로젝트 열기: geeksree/cSharpGeeks

공개 메소드들

메소드 설명
ControllerSetupPage ( List utilsList ) : System
DeleteAllControllers ( ) : void
DeleteController ( string searchRowByValue ) : void
ExpandCalender ( ) : void
IsControllerGridFirstColumnContains ( string value ) : bool
IsSaveButtonEnabled ( ) : bool
SetDate ( string day ) : void
TrySelectBacktoController ( ) : void

메소드 상세

ControllerSetupPage() 공개 메소드

public ControllerSetupPage ( List utilsList ) : System
utilsList List
리턴 System

DeleteAllControllers() 공개 메소드

public DeleteAllControllers ( ) : void
리턴 void

DeleteController() 공개 메소드

public DeleteController ( string searchRowByValue ) : void
searchRowByValue string
리턴 void

ExpandCalender() 공개 메소드

public ExpandCalender ( ) : void
리턴 void

IsControllerGridFirstColumnContains() 공개 메소드

public IsControllerGridFirstColumnContains ( string value ) : bool
value string
리턴 bool

IsSaveButtonEnabled() 공개 메소드

public IsSaveButtonEnabled ( ) : bool
리턴 bool

SetDate() 공개 메소드

public SetDate ( string day ) : void
day string
리턴 void

TrySelectBacktoController() 공개 메소드

public TrySelectBacktoController ( ) : void
리턴 void