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

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

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

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

Initializes a new instance of the ColorKeywordsListingsViewModel class.

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

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

Show the success message

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

Метод Описание
ConvertColor ( ) : RgbColor

Get the color data object

ConvertKeywords ( ) : IEnumerable

Get the keywords

HasSearchParams ( ) : bool

Have search params been entered

MakeCommands ( ) : void

Create the load command

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

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

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

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

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