C# Class DouMi.BookSearchResultViewModel

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: gzb1985/doumi Class Usage Examples

Méthodes publiques

Méthode Description
AppendBookSearchResults ( List books ) : void
BookSearchResultViewModel ( ) : System
IsItemsEmpty ( ) : bool
LoadBookSearchResults ( List books ) : void

Private Methods

Méthode Description
NotifyPropertyChanged ( String propertyName ) : void

Method Details

AppendBookSearchResults() public méthode

public AppendBookSearchResults ( List books ) : void
books List
Résultat void

BookSearchResultViewModel() public méthode

public BookSearchResultViewModel ( ) : System
Résultat System

IsItemsEmpty() public méthode

public IsItemsEmpty ( ) : bool
Résultat bool

LoadBookSearchResults() public méthode

public LoadBookSearchResults ( List books ) : void
books List
Résultat void