C# Class Hangfire.Dashboard.JobHistoryRenderer

ファイルを表示 Open project: Softwire/Hangfire Class Usage Examples

Public Methods

Method Description
AddBackgroundStateColor ( string stateName, string color ) : void
AddForegroundStateColor ( string stateName, string color ) : void
Exists ( string state ) : bool
GetBackgroundStateColor ( string stateName ) : string
GetForegroundStateColor ( string stateName ) : string
NullRenderer ( HtmlHelper helper, string>.IDictionary properties ) : Hangfire.Dashboard.NonEscapedString
Register ( string state, string>.Func renderer ) : void
RenderHistory ( this helper, string state, string>.IDictionary properties ) : Hangfire.Dashboard.NonEscapedString
SucceededRenderer ( HtmlHelper html, string>.IDictionary stateData ) : Hangfire.Dashboard.NonEscapedString

Private Methods

Method Description
AwaitingRenderer ( HtmlHelper helper, string>.IDictionary stateData ) : Hangfire.Dashboard.NonEscapedString
EnqueuedRenderer ( HtmlHelper helper, string>.IDictionary stateData ) : Hangfire.Dashboard.NonEscapedString
FailedRenderer ( HtmlHelper html, string>.IDictionary stateData ) : Hangfire.Dashboard.NonEscapedString
JobHistoryRenderer ( ) : System
ProcessingRenderer ( HtmlHelper helper, string>.IDictionary stateData ) : Hangfire.Dashboard.NonEscapedString
ScheduledRenderer ( HtmlHelper helper, string>.IDictionary stateData ) : Hangfire.Dashboard.NonEscapedString

Method Details

AddBackgroundStateColor() public static method

public static AddBackgroundStateColor ( string stateName, string color ) : void
stateName string
color string
return void

AddForegroundStateColor() public static method

public static AddForegroundStateColor ( string stateName, string color ) : void
stateName string
color string
return void

Exists() public static method

public static Exists ( string state ) : bool
state string
return bool

GetBackgroundStateColor() public static method

public static GetBackgroundStateColor ( string stateName ) : string
stateName string
return string

GetForegroundStateColor() public static method

public static GetForegroundStateColor ( string stateName ) : string
stateName string
return string

NullRenderer() public static method

public static NullRenderer ( HtmlHelper helper, string>.IDictionary properties ) : Hangfire.Dashboard.NonEscapedString
helper HtmlHelper
properties string>.IDictionary
return Hangfire.Dashboard.NonEscapedString

Register() public static method

public static Register ( string state, string>.Func renderer ) : void
state string
renderer string>.Func
return void

RenderHistory() public static method

public static RenderHistory ( this helper, string state, string>.IDictionary properties ) : Hangfire.Dashboard.NonEscapedString
helper this
state string
properties string>.IDictionary
return Hangfire.Dashboard.NonEscapedString

SucceededRenderer() public static method

public static SucceededRenderer ( HtmlHelper html, string>.IDictionary stateData ) : Hangfire.Dashboard.NonEscapedString
html HtmlHelper
stateData string>.IDictionary
return Hangfire.Dashboard.NonEscapedString