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

View model for a collection of listings from the color and keyword listings service
Inheritance: ListingsServiceViewModel
Afficher le fichier Open project: AnthonySteele/Netsy Class Usage Examples

Méthodes publiques

Méthode Description
ColorKeywordsListingsViewModel ( IListingsService listingsService ) : System.Collections.Generic

Initializes a new instance of the ColorKeywordsListingsViewModel class.

Méthodes protégées

Méthode Description
ShowLoadedSuccessMessage ( ) : void

Show the success message

Private Methods

Méthode 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 méthode

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

ShowLoadedSuccessMessage() protected méthode

Show the success message
protected ShowLoadedSuccessMessage ( ) : void
Résultat void