C# Class PhoneApp1.ViewModels.BookListViewModel

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: totobogy/ReadmillDotNet Class Usage Examples

Méthodes publiques

Méthode Description
BookListViewModel ( ) : System
LoadRecentlyReadBooksAsync ( CancellationToken cancelToken = default(CancellationToken) ) : Task
SearchBooksAsync ( string searchString, CancellationToken cancelToken = default(CancellationToken) ) : Task

Private Methods

Méthode Description
Initialize ( ) : void
NotifyPropertyChanged ( String propertyName ) : void
OnDeserializing ( StreamingContext context ) : void

Method Details

BookListViewModel() public méthode

public BookListViewModel ( ) : System
Résultat System

LoadRecentlyReadBooksAsync() public méthode

public LoadRecentlyReadBooksAsync ( CancellationToken cancelToken = default(CancellationToken) ) : Task
cancelToken System.Threading.CancellationToken
Résultat Task

SearchBooksAsync() public méthode

public SearchBooksAsync ( string searchString, CancellationToken cancelToken = default(CancellationToken) ) : Task
searchString string
cancelToken System.Threading.CancellationToken
Résultat Task