메소드 | 설명 | |
---|---|---|
AnnouncementPosts ( ) : Microsoft.AspNet.Mvc.ActionResult | ||
Frontpage ( PostsSortBy sort, PostsTimeFilter time, int pageNumber, int pageSize ) : Microsoft.AspNet.Mvc.ActionResult | ||
Post ( string subName, System.Guid id, CommentSortBy commentsSort, System.Guid commentId = null, int limit = 100, int context ) : Microsoft.AspNet.Mvc.ActionResult | ||
Posts ( string subName, PostsSortBy sort, PostsTimeFilter time, int pageNumber, int pageSize ) : Microsoft.AspNet.Mvc.ActionResult | ||
PostsController ( ISubDao subDao, ISubWrapper subWrapper, IPostDao postDao, IPostWrapper postWrapper, IUserContext userContext, ICommandBus commandBus, IContextService contextService, ICommentTreeContextBuilder commentTreeContextBuilder, ICommentDao commentDao, ISubActivityDao subActivityDao, ICommentNodeHierarchyBuilder commentNodeHierarchyBuilder ) : System |
메소드 | 설명 | |
---|---|---|
Approve ( System.Guid postId ) : Microsoft.AspNet.Mvc.ActionResult | ||
Create ( |
||
Create ( string subName = null, string type = null ) : Microsoft.AspNet.Mvc.ActionResult | ||
Delete ( System.Guid postId, string reason ) : Microsoft.AspNet.Mvc.ActionResult | ||
Edit ( |
||
Remove ( System.Guid postId ) : Microsoft.AspNet.Mvc.ActionResult | ||
ToggleNsfw ( System.Guid postId, bool nsfw ) : Microsoft.AspNet.Mvc.ActionResult | ||
ToggleSticky ( System.Guid postId, bool sticky ) : Microsoft.AspNet.Mvc.ActionResult | ||
Unmoderated ( string subName ) : Microsoft.AspNet.Mvc.ActionResult |
public AnnouncementPosts ( ) : Microsoft.AspNet.Mvc.ActionResult | ||
리턴 | Microsoft.AspNet.Mvc.ActionResult |
public Frontpage ( PostsSortBy sort, PostsTimeFilter time, int pageNumber, int pageSize ) : Microsoft.AspNet.Mvc.ActionResult | ||
sort | PostsSortBy | |
time | PostsTimeFilter | |
pageNumber | int | |
pageSize | int | |
리턴 | Microsoft.AspNet.Mvc.ActionResult |
public Post ( string subName, System.Guid id, CommentSortBy commentsSort, System.Guid commentId = null, int limit = 100, int context ) : Microsoft.AspNet.Mvc.ActionResult | ||
subName | string | |
id | System.Guid | |
commentsSort | CommentSortBy | |
commentId | System.Guid | |
limit | int | |
context | int | |
리턴 | Microsoft.AspNet.Mvc.ActionResult |
public Posts ( string subName, PostsSortBy sort, PostsTimeFilter time, int pageNumber, int pageSize ) : Microsoft.AspNet.Mvc.ActionResult | ||
subName | string | |
sort | PostsSortBy | |
time | PostsTimeFilter | |
pageNumber | int | |
pageSize | int | |
리턴 | Microsoft.AspNet.Mvc.ActionResult |
public PostsController ( ISubDao subDao, ISubWrapper subWrapper, IPostDao postDao, IPostWrapper postWrapper, IUserContext userContext, ICommandBus commandBus, IContextService contextService, ICommentTreeContextBuilder commentTreeContextBuilder, ICommentDao commentDao, ISubActivityDao subActivityDao, ICommentNodeHierarchyBuilder commentNodeHierarchyBuilder ) : System | ||
subDao | ISubDao | |
subWrapper | ISubWrapper | |
postDao | IPostDao | |
postWrapper | IPostWrapper | |
userContext | IUserContext | |
commandBus | ICommandBus | |
contextService | IContextService | |
commentTreeContextBuilder | ICommentTreeContextBuilder | |
commentDao | ICommentDao | |
subActivityDao | ISubActivityDao | |
commentNodeHierarchyBuilder | ICommentNodeHierarchyBuilder | |
리턴 | System |