C# 클래스 WeenyMapper.ExampleSite.Controllers.BlogController

상속: Controller
파일 보기 프로젝트 열기: erikojebo/WeenyMapper

공개 메소드들

메소드 설명
Blog ( int id, int page ) : System.Web.Mvc.ActionResult
BlogController ( ) : System
BlogMonth ( int id, int year, int month ) : System.Web.Mvc.ActionResult
BlogSearch ( int id, string searchString ) : System.Web.Mvc.ActionResult
Create ( ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
CreatePost ( int index, Blog blog, IList users, Random random ) : BlogPost
CreateTestData ( ) : void
GetMonthsWithPostsForBlog ( int id ) : IEnumerable
GetPosts ( IList postIds ) : IList

메소드 상세

Blog() 공개 메소드

public Blog ( int id, int page ) : System.Web.Mvc.ActionResult
id int
page int
리턴 System.Web.Mvc.ActionResult

BlogController() 공개 메소드

public BlogController ( ) : System
리턴 System

BlogMonth() 공개 메소드

public BlogMonth ( int id, int year, int month ) : System.Web.Mvc.ActionResult
id int
year int
month int
리턴 System.Web.Mvc.ActionResult

BlogSearch() 공개 메소드

public BlogSearch ( int id, string searchString ) : System.Web.Mvc.ActionResult
id int
searchString string
리턴 System.Web.Mvc.ActionResult

Create() 공개 메소드

public Create ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult