Method | Description | |
---|---|---|
Comments ( string userName, |
||
Posts ( string userName, |
||
User ( string userName ) : Microsoft.AspNet.Mvc.ActionResult | ||
UsersController ( IMembershipService membershipService, ISubDao subDao, IModerationDao moderationDao, IKarmaDao karmaDao, ICommentDao commentDao, ICommentWrapper commentWrapper, IPostDao postDao, IPostWrapper postWrapper, IUserContext userContext, IContextService contextService ) : System |
Method | Description | |
---|---|---|
BuildUserModel ( string userName ) : |
public Comments ( string userName, |
||
userName | string | |
sort | ||
filter | ||
pageNumber | int | |
pageSize | int | |
return | Microsoft.AspNet.Mvc.ActionResult |
public Posts ( string userName, |
||
userName | string | |
sort | ||
filter | ||
pageNumber | int | |
pageSize | int | |
return | Microsoft.AspNet.Mvc.ActionResult |
public User ( string userName ) : Microsoft.AspNet.Mvc.ActionResult | ||
userName | string | |
return | Microsoft.AspNet.Mvc.ActionResult |
public UsersController ( IMembershipService membershipService, ISubDao subDao, IModerationDao moderationDao, IKarmaDao karmaDao, ICommentDao commentDao, ICommentWrapper commentWrapper, IPostDao postDao, IPostWrapper postWrapper, IUserContext userContext, IContextService contextService ) : System | ||
membershipService | IMembershipService | |
subDao | ISubDao | |
moderationDao | IModerationDao | |
karmaDao | IKarmaDao | |
commentDao | ICommentDao | |
commentWrapper | ICommentWrapper | |
postDao | IPostDao | |
postWrapper | IPostWrapper | |
userContext | IUserContext | |
contextService | IContextService | |
return | System |