C# Class RavenGallery.Controllers.ImageController

Inheritance: Controller
ファイルを表示 Open project: robashton/RavenGallery

Public Methods

Method 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

Method 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 method

public ImageController ( ICommandInvoker commandInvoker, IViewRepository viewRepository ) : System
commandInvoker ICommandInvoker
viewRepository IViewRepository
return System

_GetBrowseData() public method

public _GetBrowseData ( ImageBrowseInputModel input ) : System.Web.Mvc.ActionResult
input RavenGallery.Core.Views.ImageBrowseInputModel
return System.Web.Mvc.ActionResult

_GetImage() public method

public _GetImage ( ImageViewInputModel input ) : System.Web.Mvc.ActionResult
input ImageViewInputModel
return System.Web.Mvc.ActionResult

_GetRelatedImages() public method

public _GetRelatedImages ( ImageByRelatedImageInputModel input ) : System.Web.Mvc.ActionResult
input RavenGallery.Core.Views.ImageByRelatedImageInputModel
return System.Web.Mvc.ActionResult

_GetTags() public method

public _GetTags ( ImageTagCollectionInputModel input ) : System.Web.Mvc.ActionResult
input RavenGallery.Core.Views.ImageTagCollectionInputModel
return System.Web.Mvc.ActionResult