C# Класс Netsy.UI.ViewModels.Shops.ShopsByNameViewModel

View model for a collection of shops from the shops by name service
Наследование: ShopsServiceViewModel
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ShopsByNameViewModel ( IShopService shopsService ) : System.Globalization

Initializes a new instance of the ShopsByNameViewModel class.

Защищенные методы

Метод Описание
ShowLoadedSuccessMessage ( ) : void

Show the success message

Приватные методы

Метод Описание
MakeCommands ( ) : void

Create the load command

Описание методов

ShopsByNameViewModel() публичный Метод

Initializes a new instance of the ShopsByNameViewModel class.
public ShopsByNameViewModel ( IShopService shopsService ) : System.Globalization
shopsService IShopService the shopsService service
Результат System.Globalization

ShowLoadedSuccessMessage() защищенный Метод

Show the success message
protected ShowLoadedSuccessMessage ( ) : void
Результат void