C# Class GrindFest.Controllers.ForumController

Inheritance: Controller
Mostrar archivo Open project: GrindFest/GrindFest

Public Properties

Property Type Description
PostsPerPage int
TopicsPerPage int

Public Methods

Method Description
Index ( ) : System.Web.Mvc.ActionResult

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
Details ( int id, int page = 1 ) : System.Web.Mvc.ActionResult
PostCreate ( int id, PostCreateViewModel model ) : System.Web.Mvc.ActionResult
TopicCreate ( ) : System.Web.Mvc.ActionResult
TopicCreate ( int id, TopicCreateViewModel createTopic ) : System.Web.Mvc.ActionResult
TopicDetails ( int id, int page = 1 ) : System.Web.Mvc.ActionResult

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Property Details

PostsPerPage public_oe static_oe property

public static int PostsPerPage
return int

TopicsPerPage public_oe static_oe property

public static int TopicsPerPage
return int