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