C# Class RavenGallery.Controllers.ImageController

Inheritance: Controller
Afficher le fichier Open project: robashton/RavenGallery

Méthodes publiques

Méthode Description
ImageController ( ICommandInvoker commandInvoker, IViewRepository viewRepository ) : System
_GetBrowseData ( ImageBrowseInputModel input ) : System.Web.Mvc.ActionResult
_GetImage ( ImageViewInputModel input ) : System.Web.Mvc.ActionResult
_GetRelatedImages ( ImageByRelatedImageInputModel input ) : System.Web.Mvc.ActionResult
_GetTags ( ImageTagCollectionInputModel input ) : System.Web.Mvc.ActionResult

Private Methods

Méthode Description
New ( ) : System.Web.Mvc.ActionResult
New ( string currentUserId, System.Web.HttpPostedFileBase file, ImageNewViewModel model ) : System.Web.Mvc.ActionResult
ViewImage ( ) : System.Web.Mvc.ActionResult
_UpdateImageTags ( string imageId, UpdateImageTagsInput input ) : System.Web.Mvc.ActionResult
_UpdateImageTitle ( string imageId, UpdateImageTitleInput input ) : System.Web.Mvc.ActionResult

Method Details

ImageController() public méthode

public ImageController ( ICommandInvoker commandInvoker, IViewRepository viewRepository ) : System
commandInvoker ICommandInvoker
viewRepository IViewRepository
Résultat System

_GetBrowseData() public méthode

public _GetBrowseData ( ImageBrowseInputModel input ) : System.Web.Mvc.ActionResult
input RavenGallery.Core.Views.ImageBrowseInputModel
Résultat System.Web.Mvc.ActionResult

_GetImage() public méthode

public _GetImage ( ImageViewInputModel input ) : System.Web.Mvc.ActionResult
input ImageViewInputModel
Résultat System.Web.Mvc.ActionResult

_GetRelatedImages() public méthode

public _GetRelatedImages ( ImageByRelatedImageInputModel input ) : System.Web.Mvc.ActionResult
input RavenGallery.Core.Views.ImageByRelatedImageInputModel
Résultat System.Web.Mvc.ActionResult

_GetTags() public méthode

public _GetTags ( ImageTagCollectionInputModel input ) : System.Web.Mvc.ActionResult
input RavenGallery.Core.Views.ImageTagCollectionInputModel
Résultat System.Web.Mvc.ActionResult