C# Класс Tigwi.UI.Controllers.ListController

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

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

Метод Описание
Create ( ) : System.Web.Mvc.ActionResult

Show an interface for the creation of a new list associated with the active account.

Details ( System.Guid listId ) : System.Web.Mvc.ActionResult

Shows the messages posted in the list.

ListController ( IStorage storage ) : System
Members ( string listName ) : System.Web.Mvc.ActionResult

Show the members of a list.

Приватные методы

Метод Описание
DeleteList ( System.Guid id ) : System.Web.Mvc.ActionResult
Edit ( EditListViewModel editList, int edit ) : System.Web.Mvc.ActionResult
Follow ( System.Guid id ) : System.Web.Mvc.ActionResult
FollowList ( System.Guid id ) : System.Web.Mvc.ActionResult
GetList ( System.Guid listId ) : System.Web.Mvc.ActionResult
UnfollowList ( System.Guid id ) : System.Web.Mvc.ActionResult

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

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

Show an interface for the creation of a new list associated with the active account.
public Create ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult

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

Shows the messages posted in the list.
public Details ( System.Guid listId ) : System.Web.Mvc.ActionResult
listId System.Guid
Результат System.Web.Mvc.ActionResult

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

public ListController ( IStorage storage ) : System
storage IStorage
Результат System

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

Show the members of a list.
public Members ( string listName ) : System.Web.Mvc.ActionResult
listName string
Результат System.Web.Mvc.ActionResult