Пример #1
0
 public static void setTestGetMentionCompletions(string communityId, string q, string contextId, MentionCompletionPage result)
 {
     Implementation.setTestGetMentionCompletions(communityId, q, contextId, result);
 }
Пример #2
0
 public static void setTestGetMentionCompletions(string communityId, string q, string contextId, MentionCompletionType type, int pageParam, int pageSize, MentionCompletionPage result)
 {
     Implementation.setTestGetMentionCompletions(communityId, q, contextId, type, pageParam, pageSize, result);
 }
Пример #3
0
 public static void setTestGetMentionCompletions(string communityId, string q, string contextId,
                                                 MentionCompletionType type, int pageParam, int pageSize, MentionCompletionPage result)
 {
     throw new global::System.NotImplementedException("Mentions.SetTestGetMentionCompletions");
 }