C# 클래스 BlueCollar.Dashboard.HistoryDetailsHandler

Implements the history details handler.
상속: JsonHandler
파일 보기 프로젝트 열기: ChadBurggraf/blue-collar

공개 메소드들

메소드 설명
HistoryDetailsHandler ( IRepositoryFactory repositoryFactory ) : System

Initializes a new instance of the HistoryDetailsHandler class.

보호된 메소드들

메소드 설명
PerformRequest ( System.Web.HttpContextBase context ) : byte[]

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

메소드 상세

HistoryDetailsHandler() 공개 메소드

Initializes a new instance of the HistoryDetailsHandler class.
public HistoryDetailsHandler ( 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[]