메소드 | 설명 | |
---|---|---|
Index ( ) : System.Web.Mvc.ActionResult |
Testing comments - to be removed
|
메소드 | 설명 | |
---|---|---|
Add ( int earningID, bool earningIsAchievement, String text ) : System.Web.Mvc.ActionResult | ||
CommentsEnabled ( int earningID, bool earningIsAchievement, |
Determines if comments are enabled in both the site and the individual earning
|
|
Delete ( int commentID ) : System.Web.Mvc.ActionResult | ||
Disable ( int earningID, bool earningIsAchievement ) : System.Boolean | ||
Edit ( int commentID, String text ) : System.Web.Mvc.ActionResult | ||
Enable ( int earningID, bool earningIsAchievement ) : System.Boolean | ||
EnableDisable ( int earningID, bool earningIsAchievement, bool newState ) : System.Boolean |
Helper for enabling or disabling comments on earnings
|
|
UserCanAccessEarning ( int earningID, bool earningIsAchievement, |
Determines if the logged in user has access to the earning
|