Esempio n. 1
0
 public static void setTestGetRelatedTopics(string communityId, string topicId, TopicPage result)
 {
     Implementation.setTestGetRelatedTopics(communityId, topicId, result);
 }
Esempio n. 2
0
 public static void setTestGetTrendingTopics(string communityId, int maxResults, TopicPage result)
 {
     Implementation.setTestGetTrendingTopics(communityId, maxResults, result);
 }
Esempio n. 3
0
 public static void setTestGetRecentlyTalkingAboutTopicsForUser(string communityId, string userId, TopicPage result)
 {
     Implementation.setTestGetRecentlyTalkingAboutTopicsForUser(communityId, userId, result);
 }
Esempio n. 4
0
 public static void setTestGetRecentlyTalkingAboutTopicsForGroup(string communityId, string groupId, TopicPage result)
 {
     Implementation.setTestGetRecentlyTalkingAboutTopicsForGroup(communityId, groupId, result);
 }
Esempio n. 5
0
 public static void setTestGetTrendingTopics(string communityId, int maxResults, TopicPage result)
 {
     throw new global::System.NotImplementedException("Topics.SetTestGetTrendingTopics");
 }
Esempio n. 6
0
 public static void setTestGetRelatedTopics(string communityId, string topicId, TopicPage result)
 {
     throw new global::System.NotImplementedException("Topics.SetTestGetRelatedTopics");
 }
Esempio n. 7
0
 public static void setTestGetRecentlyTalkingAboutTopicsForUser(string communityId, string userId,
                                                                TopicPage result)
 {
     throw new global::System.NotImplementedException("Topics.SetTestGetRecentlyTalkingAboutTopicsForUser");
 }