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

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

Méthodes publiques

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

Initializes a new instance of the MaterialsListingsViewModel class.

Méthodes protégées

Méthode Description
ShowLoadedSuccessMessage ( ) : void

Show the success message

Private Methods

Méthode Description
MakeCommands ( ) : void

Create the load command

Method Details

MaterialsListingsViewModel() public méthode

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