C# Class Bungie.ForumService

Inheritance: BungieService, IForumService
Afficher le fichier Open project: kodefuguru/bungie

Méthodes publiques

Méthode Description
ForumService ( string apiKey ) : System.Threading.Tasks

Private Methods

Méthode Description
GetPostAndParent ( int childPostId, bool showBanned = null ) : Task
GetPostAndParentAwaitingApproval ( int childPostId, bool showBanned = null ) : Task
GetPostsThreadedPaged ( int parentPostId, int page, int pageSize, int replySize, Unknown rootThreadMode = default(Unknown), Unknown sortMode = default(Unknown), bool showBanned = null ) : Task
GetPostsThreadedPagedFromChild ( int childPostId, int page, int pageSize, int replySize, Unknown rootThreadMode = default(Unknown), Unknown sortMode = default(Unknown), bool showBanned = null ) : Task
GetTagSuggestions ( string partialtag ) : Task
GetTopicForContent ( int contentId ) : Task
GetTopics ( int page, int group, SortDirection sort, Unknown categoryFilter = default(Unknown), string tagstring = null ) : Task
GetTopicsPaged ( int page, int pageSize, int group, SortDirection sort, Unknown quickDate = default(Unknown), Unknown categoryFilter = default(Unknown), string tagstring = null ) : Task
GetTopicsPagedForAlliance ( int page, int pageSize, int group, SortDirection sort, Unknown quickDate = default(Unknown), Unknown categoryFilter = default(Unknown), string tagstring = null ) : Task
Poll ( int topicId ) : Task

Method Details

ForumService() public méthode

public ForumService ( string apiKey ) : System.Threading.Tasks
apiKey string
Résultat System.Threading.Tasks