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

View model for a collection of shops from the shops by name service
Inheritance: ShopsServiceViewModel
ファイルを表示 Open project: AnthonySteele/Netsy Class Usage Examples

Public Methods

Method Description
ShopsByNameViewModel ( IShopService shopsService ) : System.Globalization

Initializes a new instance of the ShopsByNameViewModel class.

Protected Methods

Method Description
ShowLoadedSuccessMessage ( ) : void

Show the success message

Private Methods

Method Description
MakeCommands ( ) : void

Create the load command

Method Details

ShopsByNameViewModel() public method

Initializes a new instance of the ShopsByNameViewModel class.
public ShopsByNameViewModel ( IShopService shopsService ) : System.Globalization
shopsService IShopService the shopsService service
return System.Globalization

ShowLoadedSuccessMessage() protected method

Show the success message
protected ShowLoadedSuccessMessage ( ) : void
return void