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

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

Public Methods

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

Initializes a new instance of the TagsListingsViewModel class.

Protected Methods

Method Description
ShowLoadedSuccessMessage ( ) : void

Show the success message

Private Methods

Method Description
MakeCommands ( ) : void

Create the load command

Method Details

ShowLoadedSuccessMessage() protected method

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

TagsListingsViewModel() public method

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