C# Class WeenyMapper.ExampleSite.Controllers.BlogController

Inheritance: Controller
Afficher le fichier Open project: erikojebo/WeenyMapper

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
CreatePost ( int index, Blog blog, IList users, Random random ) : BlogPost
CreateTestData ( ) : void
GetMonthsWithPostsForBlog ( int id ) : IEnumerable
GetPosts ( IList postIds ) : IList

Method Details

Blog() public méthode

public Blog ( int id, int page ) : System.Web.Mvc.ActionResult
id int
page int
Résultat System.Web.Mvc.ActionResult

BlogController() public méthode

public BlogController ( ) : System
Résultat System

BlogMonth() public méthode

public BlogMonth ( int id, int year, int month ) : System.Web.Mvc.ActionResult
id int
year int
month int
Résultat System.Web.Mvc.ActionResult

BlogSearch() public méthode

public BlogSearch ( int id, string searchString ) : System.Web.Mvc.ActionResult
id int
searchString string
Résultat System.Web.Mvc.ActionResult

Create() public méthode

public Create ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult