C# Class Disco.Web.Areas.Services.Controllers.T4MVC_ClientController

Inheritance: Disco.Web.Areas.Services.Controllers.ClientController
显示文件 Open project: garysharp/Disco

Public Methods

Method Description
T4MVC_ClientController ( ) : System

Private Methods

Method Description
Authenticated ( string feature ) : System.Web.Mvc.ActionResult
AuthenticatedOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, string feature ) : void
Bootstrapper ( ) : System.Web.Mvc.ActionResult
BootstrapperOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo ) : void
ClientError ( string SessionId, string DeviceIdentifier, string JsonException ) : System.Web.Mvc.ActionResult
ClientErrorOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, string SessionId, string DeviceIdentifier, string JsonException ) : void
PreparationClient ( ) : System.Web.Mvc.ActionResult
PreparationClientOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo ) : void
Unauthenticated ( string feature ) : System.Web.Mvc.ActionResult
UnauthenticatedOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, string feature ) : void

Method Details

T4MVC_ClientController() public method

public T4MVC_ClientController ( ) : System
return System