C# 클래스 MonocleGiraffe.Portable.ViewModels.Transfers.DownloadsViewModel

상속: BindableBase
파일 보기 프로젝트 열기: akshay2000/MonocleGiraffe 1 사용 예제들

공개 메소드들

메소드 설명
DownloadsViewModel ( Func downloadItemFactory, bool isInDesignMode ) : GalaSoft.MvvmLight.Command
StartDownload ( string url ) : System.Threading.Tasks.Task

보호된 메소드들

메소드 설명
InitDesignTime ( ) : void
LoadExistingDownloads ( ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
CancelAll ( ) : System.Threading.Tasks.Task
Init ( ) : System.Threading.Tasks.Task

메소드 상세

DownloadsViewModel() 공개 메소드

public DownloadsViewModel ( Func downloadItemFactory, bool isInDesignMode ) : GalaSoft.MvvmLight.Command
downloadItemFactory Func
isInDesignMode bool
리턴 GalaSoft.MvvmLight.Command

InitDesignTime() 보호된 메소드

protected InitDesignTime ( ) : void
리턴 void

LoadExistingDownloads() 보호된 메소드

protected LoadExistingDownloads ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

StartDownload() 공개 메소드

public StartDownload ( string url ) : System.Threading.Tasks.Task
url string
리턴 System.Threading.Tasks.Task