C# Class Surge.Windows8.ViewModels.MainPage.TorrentViewModel

Inheritance: ViewModel
Show file Open project: alexhardwicke/Surge Class Usage Examples

Public Methods

Method Description
TorrentViewModel ( Torrent torrent, IEventAggregator eventAggregator, ErrorTracker errorTracker, ServerUnits speedUnits, ServerUnits sizeUnits ) : Microsoft.Practices.Prism.Mvvm
Update ( Torrent torrent, ServerUnits speedUnits, ServerUnits sizeUnits ) : void

Method Details

TorrentViewModel() public method

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
return Microsoft.Practices.Prism.Mvvm

Update() public method

public Update ( Torrent torrent, ServerUnits speedUnits, ServerUnits sizeUnits ) : void
torrent Torrent
speedUnits ServerUnits
sizeUnits ServerUnits
return void