C# Класс WeenyMapper.ExampleSite.Controllers.BlogController

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

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

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