C# Class Netsy.UI.ViewModels.Listings.ColorKeywordsListingsViewModel

View model for a collection of listings from the color and keyword listings service
Inheritance: ListingsServiceViewModel
ファイルを表示 Open project: AnthonySteele/Netsy Class Usage Examples

Public Methods

Method Description
ColorKeywordsListingsViewModel ( IListingsService listingsService ) : System.Collections.Generic

Initializes a new instance of the ColorKeywordsListingsViewModel class.

Protected Methods

Method Description
ShowLoadedSuccessMessage ( ) : void

Show the success message

Private Methods

Method Description
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

Method Details

ColorKeywordsListingsViewModel() public method

Initializes a new instance of the ColorKeywordsListingsViewModel class.
public ColorKeywordsListingsViewModel ( IListingsService listingsService ) : System.Collections.Generic
listingsService IListingsService the listings service
return System.Collections.Generic

ShowLoadedSuccessMessage() protected method

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