C# Class Disco.Web.Controllers.T4MVC_DeviceController

Inheritance: Disco.Web.Controllers.DeviceController
显示文件 Open project: garysharp/Disco

Public Methods

Method Description
T4MVC_DeviceController ( ) : System

Private Methods

Method Description
AddOffline ( ) : System.Web.Mvc.ActionResult
AddOffline ( Disco m ) : System.Web.Mvc.ActionResult
AddOfflineOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo ) : void
AddOfflineOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, Disco m ) : void
Export ( string DownloadId, Disco ExportType, int ExportTypeTargetId ) : System.Web.Mvc.ActionResult
ExportOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, string DownloadId, Disco ExportType, int ExportTypeTargetId ) : void
Import ( string Id ) : System.Web.Mvc.ActionResult
ImportHeaders ( string Id ) : System.Web.Mvc.ActionResult
ImportHeadersOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, string Id ) : void
ImportOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, string Id ) : void
ImportReview ( string Id ) : System.Web.Mvc.ActionResult
ImportReviewOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, string Id ) : void
Index ( ) : System.Web.Mvc.ActionResult
IndexOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo ) : void
Show ( string id ) : System.Web.Mvc.ActionResult
ShowOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, string id ) : void

Method Details

T4MVC_DeviceController() public method

public T4MVC_DeviceController ( ) : System
return System