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

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

Public Methods

Method Description
T4MVC_UserController ( ) : System

Private Methods

Method Description
Attachment ( int id ) : System.Web.Mvc.ActionResult
AttachmentDownload ( int id ) : System.Web.Mvc.ActionResult
AttachmentDownloadOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id ) : void
AttachmentOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id ) : void
AttachmentRemove ( int id ) : System.Web.Mvc.ActionResult
AttachmentRemoveOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id ) : void
AttachmentThumbnail ( int id ) : System.Web.Mvc.ActionResult
AttachmentThumbnailOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id ) : void
AttachmentUpload ( string id, string Domain, string Comments ) : System.Web.Mvc.ActionResult
AttachmentUploadOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, string id, string Domain, string Comments ) : void
Attachments ( string id, string Domain ) : System.Web.Mvc.ActionResult
AttachmentsOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, string id, string Domain ) : void
GeneratePdf ( string id, string Domain, string DocumentTemplateId ) : System.Web.Mvc.ActionResult
GeneratePdfOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, string id, string Domain, string DocumentTemplateId ) : void
GeneratePdfPackage ( string id, string Domain, string DocumentTemplatePackageId ) : System.Web.Mvc.ActionResult
GeneratePdfPackageOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, string id, string Domain, string DocumentTemplatePackageId ) : void

Method Details

T4MVC_UserController() public method

public T4MVC_UserController ( ) : System
return System