Метод | Описание | |
---|---|---|
AddPost ( |
||
DeletePost ( int postId ) : bool | ||
GetHeartBeat ( ) : bool | ||
GetMorePopularPosts ( int postsCount, int skip ) : List |
||
GetMorePostsByTag ( string tagName, int skip ) : List |
||
GetMorePostsByUser ( int userId, int skip ) : List |
||
GetMoreRecentPosts ( int postsCount, int skip ) : List |
||
GetPopularPosts ( int postsCount ) : List |
||
GetPost ( int postId ) : |
||
GetPostsByCommunity ( int communityId, int threshold = 10, int skip = 10 ) : List |
||
GetPostsByTag ( string tagName ) : List |
||
GetPostsByUser ( int userId ) : List |
||
GetPostsForUser ( int userId, int threshold = 5, int skip = 10 ) : List |
||
GetRecentPosts ( int postsCount ) : List |
||
GetRelatedPosts ( int postId ) : RelatedPosts | ||
SearchPosts ( string query, int threshold = 5, int skip = 10 ) : List |
||
UpdatePost ( Post post ) : Post |
public AddPost ( |
||
post | ||
Результат |
public GetMorePopularPosts ( int postsCount, int skip ) : List |
||
postsCount | int | |
skip | int | |
Результат | List |
public GetMorePostsByTag ( string tagName, int skip ) : List |
||
tagName | string | |
skip | int | |
Результат | List |
public GetMorePostsByUser ( int userId, int skip ) : List |
||
userId | int | |
skip | int | |
Результат | List |
public GetMoreRecentPosts ( int postsCount, int skip ) : List |
||
postsCount | int | |
skip | int | |
Результат | List |
public GetPopularPosts ( int postsCount ) : List |
||
postsCount | int | |
Результат | List |
public GetPost ( int postId ) : |
||
postId | int | |
Результат |
public GetPostsByCommunity ( int communityId, int threshold = 10, int skip = 10 ) : List |
||
communityId | int | |
threshold | int | |
skip | int | |
Результат | List |
public GetPostsByTag ( string tagName ) : List |
||
tagName | string | |
Результат | List |
public GetPostsByUser ( int userId ) : List |
||
userId | int | |
Результат | List |
public GetPostsForUser ( int userId, int threshold = 5, int skip = 10 ) : List |
||
userId | int | |
threshold | int | |
skip | int | |
Результат | List |
public GetRecentPosts ( int postsCount ) : List |
||
postsCount | int | |
Результат | List |
public GetRelatedPosts ( int postId ) : RelatedPosts | ||
postId | int | |
Результат | RelatedPosts |
public SearchPosts ( string query, int threshold = 5, int skip = 10 ) : List |
||
query | string | |
threshold | int | |
skip | int | |
Результат | List |