C# Class Tigwi.UI.Controllers.ListController

Inheritance: HomeController
Datei anzeigen Open project: ismaelbelghiti/Tigwi

Public Methods

Method Description
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.

Private Methods

Method Description
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

Method Details

Create() public method

Show an interface for the creation of a new list associated with the active account.
public Create ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Details() public method

Shows the messages posted in the list.
public Details ( System.Guid listId ) : System.Web.Mvc.ActionResult
listId System.Guid
return System.Web.Mvc.ActionResult

ListController() public method

public ListController ( IStorage storage ) : System
storage IStorage
return System

Members() public method

Show the members of a list.
public Members ( string listName ) : System.Web.Mvc.ActionResult
listName string
return System.Web.Mvc.ActionResult