C# Class Apphbify.SecuredPagesModule

Inheritance: Nancy.NancyModule
Show file Open project: csainty/Apphbify

Public Methods

Method Description
SecuredPagesModule ( DataStore data, IApiService api, IDeploymentService deploy ) : System

Private Methods

Method Description
CheckAuth ( Nancy.NancyContext ctx ) : Response
Deploy ( dynamic parameters ) : dynamic
DoDeploy ( dynamic parameters ) : dynamic
EnableEmailNotification ( dynamic parameters ) : dynamic
HexChar ( int value ) : char
ParseDefaultValue ( string value ) : string
RandomKey ( ) : string
Sites ( dynamic parameters ) : dynamic

Method Details

SecuredPagesModule() public method

public SecuredPagesModule ( DataStore data, IApiService api, IDeploymentService deploy ) : System
data DataStore
api IApiService
deploy IDeploymentService
return System