Méthode | Description | |
---|---|---|
AccountController ( IStorage storage ) : System | ||
Create ( ) : System.Web.Mvc.ActionResult |
Shows a form for creating a new account associated with the active user.
|
|
Edit ( ) : System.Web.Mvc.ActionResult |
Show a form to edit the given account. If no account is given, edit the active account instead.
|
|
Followers ( ) : System.Web.Mvc.ActionResult |
Shows all the people that follow a list owned by the current account.
|
|
Following ( System.Guid id ) : System.Web.Mvc.ActionResult |
Show all the people an account is following.
|
|
Search ( string searchString ) : System.Web.Mvc.ActionResult | ||
Show ( string accountName ) : System.Web.Mvc.ActionResult |
Shows a page listing all the posts of the account.
|
|
UnFollow ( ) : System.Web.Mvc.ActionResult |
Makes the active account unfollow the given account. Idempotent.
|
Méthode | Description | |
---|---|---|
AccountExists ( string account ) : System.Web.Mvc.ActionResult | ||
AutoComplete ( string partialAccountName ) : System.Web.Mvc.ActionResult | ||
Create ( |
||
Delete ( System.Guid id ) : System.Web.Mvc.ActionResult | ||
Edit ( |
||
Follow ( System.Guid id ) : System.Web.Mvc.ActionResult | ||
GetAccount ( System.Guid accountId ) : System.Web.Mvc.ActionResult | ||
IsFollowed ( System.Guid listId ) : System.Web.Mvc.ActionResult | ||
List ( ) : System.Web.Mvc.ActionResult | ||
MakeActive ( string accountName ) : System.Web.Mvc.ActionResult | ||
Remove ( System.Guid id ) : System.Web.Mvc.ActionResult | ||
Timeline ( ) : System.Web.Mvc.ActionResult |
public AccountController ( IStorage storage ) : System | ||
storage | IStorage | |
Résultat | System |
public Create ( ) : System.Web.Mvc.ActionResult | ||
Résultat | System.Web.Mvc.ActionResult |
public Edit ( ) : System.Web.Mvc.ActionResult | ||
Résultat | System.Web.Mvc.ActionResult |
public Followers ( ) : System.Web.Mvc.ActionResult | ||
Résultat | System.Web.Mvc.ActionResult |
public Following ( System.Guid id ) : System.Web.Mvc.ActionResult | ||
id | System.Guid | |
Résultat | System.Web.Mvc.ActionResult |
public Search ( string searchString ) : System.Web.Mvc.ActionResult | ||
searchString | string | |
Résultat | System.Web.Mvc.ActionResult |
public Show ( string accountName ) : System.Web.Mvc.ActionResult | ||
accountName | string | |
Résultat | System.Web.Mvc.ActionResult |
public UnFollow ( ) : System.Web.Mvc.ActionResult | ||
Résultat | System.Web.Mvc.ActionResult |