C# Класс Netsy.UI.ViewModels.Listings.TagsListingsViewModel

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

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

Метод Описание
TagsListingsViewModel ( IListingsService listingsService ) : System.Collections.Generic

Initializes a new instance of the TagsListingsViewModel class.

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

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

Show the success message

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

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

Create the load command

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

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

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

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

Initializes a new instance of the TagsListingsViewModel class.
public TagsListingsViewModel ( IListingsService listingsService ) : System.Collections.Generic
listingsService IListingsService the listings service
Результат System.Collections.Generic