protected override IEnumerable GetResults()
 {
     SyndicationService.ServiceQueryOptions options = new SyndicationService.ServiceQueryOptions();
     options.PageNumber = Grid.CurrentPageIndex;
     options.PageSize = Grid.PageSize;
     return SessionManager.GetCollection<TransitAccountFeedItem, SyndicationService.ServiceQueryOptions, string>(
         SearchQuery, options, SessionManager.SyndicationService.SearchAccountFeedItems);
 }
Exemple #2
0
 protected override IEnumerable GetResults()
 {
     SyndicationService.ServiceQueryOptions options = new SyndicationService.ServiceQueryOptions();
     options.PageNumber = Grid.CurrentPageIndex;
     options.PageSize   = Grid.PageSize;
     return(SessionManager.GetCollection <TransitAccountFeedItem, SyndicationService.ServiceQueryOptions, string>(
                SearchQuery, options, SessionManager.SyndicationService.SearchAccountFeedItems));
 }