C# 클래스 Epam.JDI.Core.Settings.HighlightSettings

파일 보기 프로젝트 열기: epam/JDI

공개 메소드들

메소드 설명
HighlightSettings ( string bgColor = "yellow", string frameColor = "red", int timeoutInSec = 2 )
SetBgColor ( string bgColor ) : HighlightSettings
SetFrameColor ( string frameColor ) : HighlightSettings
SetTimeoutInSec ( int timeoutInSec ) : HighlightSettings

메소드 상세

HighlightSettings() 공개 메소드

public HighlightSettings ( string bgColor = "yellow", string frameColor = "red", int timeoutInSec = 2 )
bgColor string
frameColor string
timeoutInSec int

SetBgColor() 공개 메소드

public SetBgColor ( string bgColor ) : HighlightSettings
bgColor string
리턴 HighlightSettings

SetFrameColor() 공개 메소드

public SetFrameColor ( string frameColor ) : HighlightSettings
frameColor string
리턴 HighlightSettings

SetTimeoutInSec() 공개 메소드

public SetTimeoutInSec ( int timeoutInSec ) : HighlightSettings
timeoutInSec int
리턴 HighlightSettings