C# Class LinqTwit.QueryModule.ViewModels.QueryResultsViewModel

Inheritance: LinqTwit.Infrastructure.ViewModelBase, IQueryResultsViewModel
Afficher le fichier Open project: ArildF/linqtwit Class Usage Examples

Private Properties

Свойство Type Description
AppendStatuses void
CancelEdit void
EditSelectedTweet void
ExtendToOlder IEnumerable
ExtendToOlder void
GetFriendsTimeLine void
GetFriendsTimeLineAsync IEnumerable
MoveDown void
MoveUp void
PrependStatuses void
Refresh void
SetStatuses void
WhileRetainingSelectedTweet void

Méthodes publiques

Méthode Description
QueryResultsViewModel ( string caption, IQueryResultsView view, IEventAggregator aggregator, ITimeLineService service, IAsyncManager asyncManager, ContextMenuRoot menu ) : System

Private Methods

Méthode Description
AppendStatuses ( IEnumerable statuses ) : void
CancelEdit ( object obj ) : void
EditSelectedTweet ( object obj ) : void
ExtendToOlder ( TweetViewModel tweet ) : IEnumerable
ExtendToOlder ( ) : void
GetFriendsTimeLine ( ) : void
GetFriendsTimeLineAsync ( ) : IEnumerable
MoveDown ( object obj ) : void
MoveUp ( object obj ) : void
PrependStatuses ( IEnumerable statuses ) : void
Refresh ( object _ ) : void
SetStatuses ( IEnumerable statuses ) : void
WhileRetainingSelectedTweet ( System.Action action ) : void

Method Details

QueryResultsViewModel() public méthode

public QueryResultsViewModel ( string caption, IQueryResultsView view, IEventAggregator aggregator, ITimeLineService service, IAsyncManager asyncManager, ContextMenuRoot menu ) : System
caption string
view IQueryResultsView
aggregator IEventAggregator
service ITimeLineService
asyncManager IAsyncManager
menu ContextMenuRoot
Résultat System