Method | Description | |
---|---|---|
ColorKeywordsListingsViewModel ( IListingsService listingsService ) : System.Collections.Generic |
Initializes a new instance of the ColorKeywordsListingsViewModel class.
|
Method | Description | |
---|---|---|
ShowLoadedSuccessMessage ( ) : void |
Show the success message
|
Method | Description | |
---|---|---|
ConvertColor ( ) : |
Get the color data object
|
|
ConvertKeywords ( ) : IEnumerable |
Get the keywords
|
|
HasSearchParams ( ) : bool |
Have search params been entered
|
|
MakeCommands ( ) : void |
Create the load command
|
public ColorKeywordsListingsViewModel ( IListingsService listingsService ) : System.Collections.Generic | ||
listingsService | IListingsService | the listings service |
return | System.Collections.Generic |
protected ShowLoadedSuccessMessage ( ) : void | ||
return | void |