C# 클래스 Tigwi.UI.Controllers.ListController

상속: HomeController
파일 보기 프로젝트 열기: ismaelbelghiti/Tigwi

공개 메소드들

메소드 설명
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