C# Класс RavenGallery.Controllers.ImageController

Наследование: Controller
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

ImageController() публичный Метод

public ImageController ( ICommandInvoker commandInvoker, IViewRepository viewRepository ) : System
commandInvoker ICommandInvoker
viewRepository IViewRepository
Результат System

_GetBrowseData() публичный Метод

public _GetBrowseData ( ImageBrowseInputModel input ) : System.Web.Mvc.ActionResult
input RavenGallery.Core.Views.ImageBrowseInputModel
Результат System.Web.Mvc.ActionResult

_GetImage() публичный Метод

public _GetImage ( ImageViewInputModel input ) : System.Web.Mvc.ActionResult
input ImageViewInputModel
Результат System.Web.Mvc.ActionResult

_GetRelatedImages() публичный Метод

public _GetRelatedImages ( ImageByRelatedImageInputModel input ) : System.Web.Mvc.ActionResult
input RavenGallery.Core.Views.ImageByRelatedImageInputModel
Результат System.Web.Mvc.ActionResult

_GetTags() публичный Метод

public _GetTags ( ImageTagCollectionInputModel input ) : System.Web.Mvc.ActionResult
input RavenGallery.Core.Views.ImageTagCollectionInputModel
Результат System.Web.Mvc.ActionResult