C# 클래스 RavenGallery.Controllers.ImageController

상속: Controller
파일 보기 프로젝트 열기: robashton/RavenGallery

공개 메소드들

메소드 설명
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