C# Class Netsy.UI.ViewModels.Shops.FeaturedSellersViewModel

View model for a collection of shops from the shops by name service
Inheritance: ShopsServiceViewModel
Afficher le fichier Open project: AnthonySteele/Netsy Class Usage Examples

Méthodes publiques

Méthode Description
FeaturedSellersViewModel ( IShopService shopsService ) : System.Globalization

Initializes a new instance of the FeaturedSellersViewModel class.

Méthodes protégées

Méthode Description
ShowLoadedSuccessMessage ( ) : void

Show the success message

Private Methods

Méthode Description
MakeCommands ( ) : void

Create the load command

Method Details

FeaturedSellersViewModel() public méthode

Initializes a new instance of the FeaturedSellersViewModel class.
public FeaturedSellersViewModel ( IShopService shopsService ) : System.Globalization
shopsService IShopService the shopsService service
Résultat System.Globalization

ShowLoadedSuccessMessage() protected méthode

Show the success message
protected ShowLoadedSuccessMessage ( ) : void
Résultat void