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

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

공개 메소드들

메소드 설명
TorrentSimpleViewModel ( string uri ) : System
TorrentSimpleViewModel ( string name, string location, int id ) : System
TorrentSimpleViewModel ( string identifier, string name, string path ) : System

비공개 메소드들

메소드 설명
InitialiseCommands ( ) : void

메소드 상세

TorrentSimpleViewModel() 공개 메소드

public TorrentSimpleViewModel ( string uri ) : System
uri string
리턴 System

TorrentSimpleViewModel() 공개 메소드

public TorrentSimpleViewModel ( string name, string location, int id ) : System
name string
location string
id int
리턴 System

TorrentSimpleViewModel() 공개 메소드

public TorrentSimpleViewModel ( string identifier, string name, string path ) : System
identifier string
name string
path string
리턴 System