C# Class BlueCollar.Dashboard.DeleteScheduleHandler

Implements IDashboardHandler to delete a schedule.
Inheritance: DashboardHandlerBase
Afficher le fichier Open project: ChadBurggraf/blue-collar

Méthodes publiques

Méthode Description
DeleteScheduleHandler ( IRepositoryFactory repositoryFactory ) : System

Initializes a new instance of the DeleteScheduleHandler class.

Méthodes protégées

Méthode Description
PerformRequest ( System.Web.HttpContextBase context ) : byte[]

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

Method Details

DeleteScheduleHandler() public méthode

Initializes a new instance of the DeleteScheduleHandler class.
public DeleteScheduleHandler ( IRepositoryFactory repositoryFactory ) : System
repositoryFactory IRepositoryFactory The repository factory to use.
Résultat System

PerformRequest() protected méthode

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.
Résultat byte[]