C# Class Epam.JDI.Core.Settings.HighlightSettings

Datei anzeigen Open project: epam/JDI

Public Methods

Method Description
HighlightSettings ( string bgColor = "yellow", string frameColor = "red", int timeoutInSec = 2 )
SetBgColor ( string bgColor ) : HighlightSettings
SetFrameColor ( string frameColor ) : HighlightSettings
SetTimeoutInSec ( int timeoutInSec ) : HighlightSettings

Method Details

HighlightSettings() public method

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

SetBgColor() public method

public SetBgColor ( string bgColor ) : HighlightSettings
bgColor string
return HighlightSettings

SetFrameColor() public method

public SetFrameColor ( string frameColor ) : HighlightSettings
frameColor string
return HighlightSettings

SetTimeoutInSec() public method

public SetTimeoutInSec ( int timeoutInSec ) : HighlightSettings
timeoutInSec int
return HighlightSettings