Method | Description | |
---|---|---|
ArticleContentService ( |
||
GetArticle ( int categoryId, long articleID ) : ReturnResult |
||
GetArticleContentList ( int categoryId, long userKeyId, bool isverify = true, int page = 1, int pageSize = 10 ) : ReturnResult |
||
GetNoVerifyArticle ( int categoryId, long userKeyId, int page = 1, int pageSize = 10 ) : ReturnResult |
||
PublishArticle ( |
||
UpdateArticleCount ( long articleId, int categoryId, long userKeyId, ArticleCountEnum articleCountEnum ) : ReturnResult |
public ArticleContentService ( |
||
_articleCategoryService | ||
_memberService | ||
return | System |
public GetArticle ( int categoryId, long articleID ) : ReturnResult |
||
categoryId | int | |
articleID | long | |
return | ReturnResult |
public GetArticleContentList ( int categoryId, long userKeyId, bool isverify = true, int page = 1, int pageSize = 10 ) : ReturnResult |
||
categoryId | int | |
userKeyId | long | |
isverify | bool | |
page | int | |
pageSize | int | |
return | ReturnResult |
public GetNoVerifyArticle ( int categoryId, long userKeyId, int page = 1, int pageSize = 10 ) : ReturnResult |
||
categoryId | int | |
userKeyId | long | |
page | int | |
pageSize | int | |
return | ReturnResult |
public PublishArticle ( |
||
article | ||
return | ReturnResult |
public UpdateArticleCount ( long articleId, int categoryId, long userKeyId, ArticleCountEnum articleCountEnum ) : ReturnResult |
||
articleId | long | |
categoryId | int | |
userKeyId | long | |
articleCountEnum | ArticleCountEnum | |
return | ReturnResult |