C# Класс Hangfire.Dashboard.JobHistoryRenderer

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

AddBackgroundStateColor() публичный статический Метод

public static AddBackgroundStateColor ( string stateName, string color ) : void
stateName string
color string
Результат void

AddForegroundStateColor() публичный статический Метод

public static AddForegroundStateColor ( string stateName, string color ) : void
stateName string
color string
Результат void

Exists() публичный статический Метод

public static Exists ( string state ) : bool
state string
Результат bool

GetBackgroundStateColor() публичный статический Метод

public static GetBackgroundStateColor ( string stateName ) : string
stateName string
Результат string

GetForegroundStateColor() публичный статический Метод

public static GetForegroundStateColor ( string stateName ) : string
stateName string
Результат string

NullRenderer() публичный статический Метод

public static NullRenderer ( HtmlHelper helper, string>.IDictionary properties ) : Hangfire.Dashboard.NonEscapedString
helper HtmlHelper
properties string>.IDictionary
Результат Hangfire.Dashboard.NonEscapedString

Register() публичный статический Метод

public static Register ( string state, string>.Func renderer ) : void
state string
renderer string>.Func
Результат void

RenderHistory() публичный статический Метод

public static RenderHistory ( this helper, string state, string>.IDictionary properties ) : Hangfire.Dashboard.NonEscapedString
helper this
state string
properties string>.IDictionary
Результат Hangfire.Dashboard.NonEscapedString

SucceededRenderer() публичный статический Метод

public static SucceededRenderer ( HtmlHelper html, string>.IDictionary stateData ) : Hangfire.Dashboard.NonEscapedString
html HtmlHelper
stateData string>.IDictionary
Результат Hangfire.Dashboard.NonEscapedString