Method | Description | |
---|---|---|
Delete ( ) : System.Web.Mvc.ActionResult |
Deletes a post.
|
|
PostController ( IStorage storage ) : System | ||
Reply ( ) : System.Web.Mvc.ActionResult |
Reply to a post. The difference with
|
|
Repost ( ) : System.Web.Mvc.ActionResult |
Repost something poster by another user (Retweets in Twitter).
|
|
Tag ( System.Guid postId ) : System.Web.Mvc.ActionResult |
Tags (favorites) a post.
|
|
UnTag ( ) : System.Web.Mvc.ActionResult |
Untag (unfavorites) a post.
|
Method | Description | |
---|---|---|
Write ( |
public Delete ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public PostController ( IStorage storage ) : System | ||
storage | IStorage | |
return | System |
public Reply ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Repost ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Tag ( System.Guid postId ) : System.Web.Mvc.ActionResult | ||
postId | System.Guid | |
return | System.Web.Mvc.ActionResult |
public UnTag ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |