C# Class Disco.Web.Areas.API.Controllers.T4MVC_PluginController

Inheritance: Disco.Web.Areas.API.Controllers.PluginController
Datei anzeigen Open project: garysharp/Disco

Public Methods

Method Description
T4MVC_PluginController ( ) : System

Private Methods

Method Description
Install ( string PluginId ) : System.Web.Mvc.ActionResult
InstallLocal ( System Plugin ) : System.Web.Mvc.ActionResult
InstallLocalOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, System Plugin ) : void
InstallOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, string PluginId ) : void
Uninstall ( string id, bool UninstallData ) : System.Web.Mvc.ActionResult
UninstallOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, string id, bool UninstallData ) : void
Update ( string PluginId ) : System.Web.Mvc.ActionResult
UpdateAll ( ) : System.Web.Mvc.ActionResult
UpdateAllOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo ) : void
UpdateLibraryManifest ( bool TryWaitingForCompletion ) : System.Web.Mvc.ActionResult
UpdateLibraryManifestOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, bool TryWaitingForCompletion ) : void
UpdateLocal ( string PluginId, System Plugin ) : System.Web.Mvc.ActionResult
UpdateLocalOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, string PluginId, System Plugin ) : void
UpdateOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, string PluginId ) : void

Method Details

T4MVC_PluginController() public method

public T4MVC_PluginController ( ) : System
return System