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

Afficher le fichier Open project: epam/JDI

Méthodes publiques

Méthode 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 méthode

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

SetBgColor() public méthode

public SetBgColor ( string bgColor ) : HighlightSettings
bgColor string
Résultat HighlightSettings

SetFrameColor() public méthode

public SetFrameColor ( string frameColor ) : HighlightSettings
frameColor string
Résultat HighlightSettings

SetTimeoutInSec() public méthode

public SetTimeoutInSec ( int timeoutInSec ) : HighlightSettings
timeoutInSec int
Résultat HighlightSettings