C# Класс BlueCollar.Dashboard.DashboardStatsHandler

Implements the dashboard stats handler.
Наследование: JsonHandler
Показать файл Открыть проект

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

Метод Описание
DashboardStatsHandler ( IRepositoryFactory repositoryFactory ) : System

Initializes a new instance of the DashboardStatsHandler class.

Защищенные методы

Метод Описание
PerformRequest ( System.Web.HttpContextBase context ) : byte[]

Performs the concrete request operation and returns the output as a byte array.

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

DashboardStatsHandler() публичный Метод

Initializes a new instance of the DashboardStatsHandler class.
public DashboardStatsHandler ( IRepositoryFactory repositoryFactory ) : System
repositoryFactory IRepositoryFactory The repository factory to use.
Результат System

PerformRequest() защищенный Метод

Performs the concrete request operation and returns the output as a byte array.
protected PerformRequest ( System.Web.HttpContextBase context ) : byte[]
context System.Web.HttpContextBase The HTTP context to perform the request for.
Результат byte[]