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