C# Класс Netsy.UI.ViewModels.Listings.MaterialsListingsViewModel

View model for a collection of listings from the listings by materials service
Наследование: ListingsServiceViewModel
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
MaterialsListingsViewModel ( IListingsService listingsService ) : System.Collections.Generic

Initializes a new instance of the MaterialsListingsViewModel class.

Защищенные методы

Метод Описание
ShowLoadedSuccessMessage ( ) : void

Show the success message

Приватные методы

Метод Описание
MakeCommands ( ) : void

Create the load command

Описание методов

MaterialsListingsViewModel() публичный Метод

Initializes a new instance of the MaterialsListingsViewModel class.
public MaterialsListingsViewModel ( IListingsService listingsService ) : System.Collections.Generic
listingsService IListingsService the listings service
Результат System.Collections.Generic

ShowLoadedSuccessMessage() защищенный Метод

Show the success message
protected ShowLoadedSuccessMessage ( ) : void
Результат void