C# Class RedditStoreApp.ViewModels.SubredditViewModel

Inheritance: ViewModelBase
Exibir arquivo Open project: anroOfCode/reddit-w8-app Class Usage Examples

Public Methods

Method Description
SubredditViewModel ( Subreddit s ) : GalaSoft.MvvmLight

Private Methods

Method Description
ChangeSort ( Sort value ) : void
LoadMoreAction ( ) : void
MergeCollections ( Listing input ) : void
RefreshAction ( ) : void

Method Details

SubredditViewModel() public method

public SubredditViewModel ( Subreddit s ) : GalaSoft.MvvmLight
s RedditStoreApp.Data.Model.Subreddit
return GalaSoft.MvvmLight