C# 클래스 Surge.Windows8.ViewModels.MainPage.TorrentViewModel

상속: ViewModel
파일 보기 프로젝트 열기: alexhardwicke/Surge 1 사용 예제들

공개 메소드들

메소드 설명
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