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

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

Public Methods

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

Initializes a new instance of the MaterialsListingsViewModel class.

Protected Methods

Method Description
ShowLoadedSuccessMessage ( ) : void

Show the success message

Private Methods

Method Description
MakeCommands ( ) : void

Create the load command

Method Details

MaterialsListingsViewModel() public method

Initializes a new instance of the MaterialsListingsViewModel class.
public MaterialsListingsViewModel ( 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