C# Class Store.Catalog

Inheritance: System.ComponentModel.Model
Afficher le fichier Open project: nikhilk/silverlightfx Class Usage Examples

Méthodes publiques

Méthode Description
Catalog ( IStore store ) : System
LoadBargainProducts ( ) : void
LoadPopularProducts ( ) : void
LoadProducts ( string keywords ) : void

Private Methods

Méthode Description
OnLoadBargainProducts ( IEnumerable productResults, bool completed ) : void
OnLoadPopularProducts ( IEnumerable productResults, bool completed ) : void
OnLoadProducts ( IEnumerable productResults, bool completed ) : void
UpdateProducts ( ObservableCollection productList, IEnumerable productResults, bool completed ) : void

Method Details

Catalog() public méthode

public Catalog ( IStore store ) : System
store IStore
Résultat System

LoadBargainProducts() public méthode

public LoadBargainProducts ( ) : void
Résultat void

LoadPopularProducts() public méthode

public LoadPopularProducts ( ) : void
Résultat void

LoadProducts() public méthode

public LoadProducts ( string keywords ) : void
keywords string
Résultat void