Méthode | 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 |
||
Register ( string state, string>.Func |
||
RenderHistory ( this helper, string state, string>.IDictionary |
||
SucceededRenderer ( HtmlHelper html, string>.IDictionary |
Méthode | Description | |
---|---|---|
AwaitingRenderer ( HtmlHelper helper, string>.IDictionary |
||
EnqueuedRenderer ( HtmlHelper helper, string>.IDictionary |
||
FailedRenderer ( HtmlHelper html, string>.IDictionary |
||
JobHistoryRenderer ( ) : System | ||
ProcessingRenderer ( HtmlHelper helper, string>.IDictionary |
||
ScheduledRenderer ( HtmlHelper helper, string>.IDictionary |
public static AddBackgroundStateColor ( string stateName, string color ) : void | ||
stateName | string | |
color | string | |
Résultat | void |
public static AddForegroundStateColor ( string stateName, string color ) : void | ||
stateName | string | |
color | string | |
Résultat | void |
public static Exists ( string state ) : bool | ||
state | string | |
Résultat | bool |
public static GetBackgroundStateColor ( string stateName ) : string | ||
stateName | string | |
Résultat | string |
public static GetForegroundStateColor ( string stateName ) : string | ||
stateName | string | |
Résultat | string |
public static NullRenderer ( HtmlHelper helper, string>.IDictionary |
||
helper | HtmlHelper | |
properties | string>.IDictionary | |
Résultat | Hangfire.Dashboard.NonEscapedString |
public static Register ( string state, string>.Func |
||
state | string | |
renderer | string>.Func | |
Résultat | void |
public static RenderHistory ( this helper, string state, string>.IDictionary |
||
helper | this | |
state | string | |
properties | string>.IDictionary | |
Résultat | Hangfire.Dashboard.NonEscapedString |
public static SucceededRenderer ( HtmlHelper html, string>.IDictionary |
||
html | HtmlHelper | |
stateData | string>.IDictionary | |
Résultat | Hangfire.Dashboard.NonEscapedString |