C# Класс App.Core.Controllers.PostsController

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

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

Метод Описание
Create ( Post post, int authorId ) : System.Web.Mvc.ActionResult
Destroy ( int id ) : System.Web.Mvc.ActionResult
Edit ( int id ) : System.Web.Mvc.ActionResult
Index ( int page = 1 ) : System.Web.Mvc.ActionResult
New ( ) : System.Web.Mvc.ActionResult
PostsController ( IRepository repository ) : System.Collections.Generic
Search ( string query ) : System.Web.Mvc.ViewResult
Show ( int id ) : System.Web.Mvc.ActionResult
Update ( Post post, int authorId ) : System.Web.Mvc.ActionResult

Описание методов

Create() публичный Метод

public Create ( Post post, int authorId ) : System.Web.Mvc.ActionResult
post Post
authorId int
Результат System.Web.Mvc.ActionResult

Destroy() публичный Метод

public Destroy ( int id ) : System.Web.Mvc.ActionResult
id int
Результат System.Web.Mvc.ActionResult

Edit() публичный Метод

public Edit ( int id ) : System.Web.Mvc.ActionResult
id int
Результат System.Web.Mvc.ActionResult

Index() публичный Метод

public Index ( int page = 1 ) : System.Web.Mvc.ActionResult
page int
Результат System.Web.Mvc.ActionResult

New() публичный Метод

public New ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult

PostsController() публичный Метод

public PostsController ( IRepository repository ) : System.Collections.Generic
repository IRepository
Результат System.Collections.Generic

Search() публичный Метод

public Search ( string query ) : System.Web.Mvc.ViewResult
query string
Результат System.Web.Mvc.ViewResult

Show() публичный Метод

public Show ( int id ) : System.Web.Mvc.ActionResult
id int
Результат System.Web.Mvc.ActionResult

Update() публичный Метод

public Update ( Post post, int authorId ) : System.Web.Mvc.ActionResult
post Post
authorId int
Результат System.Web.Mvc.ActionResult