C# Класс Surge.Windows8.ViewModels.MainPage.TorrentViewModel

Наследование: ViewModel
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
TorrentViewModel ( Torrent torrent, IEventAggregator eventAggregator, ErrorTracker errorTracker, ServerUnits speedUnits, ServerUnits sizeUnits ) : Microsoft.Practices.Prism.Mvvm
Update ( Torrent torrent, ServerUnits speedUnits, ServerUnits sizeUnits ) : void

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

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

public TorrentViewModel ( Torrent torrent, IEventAggregator eventAggregator, ErrorTracker errorTracker, ServerUnits speedUnits, ServerUnits sizeUnits ) : Microsoft.Practices.Prism.Mvvm
torrent Torrent
eventAggregator IEventAggregator
errorTracker Surge.Shared.Common.ErrorTracking.ErrorTracker
speedUnits ServerUnits
sizeUnits ServerUnits
Результат Microsoft.Practices.Prism.Mvvm

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

public Update ( Torrent torrent, ServerUnits speedUnits, ServerUnits sizeUnits ) : void
torrent Torrent
speedUnits ServerUnits
sizeUnits ServerUnits
Результат void