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

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

Public Methods

Method Description
TorrentSimpleViewModel ( string uri ) : System
TorrentSimpleViewModel ( string name, string location, int id ) : System
TorrentSimpleViewModel ( string identifier, string name, string path ) : System

Private Methods

Method Description
InitialiseCommands ( ) : void

Method Details

TorrentSimpleViewModel() public method

public TorrentSimpleViewModel ( string uri ) : System
uri string
return System

TorrentSimpleViewModel() public method

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

TorrentSimpleViewModel() public method

public TorrentSimpleViewModel ( string identifier, string name, string path ) : System
identifier string
name string
path string
return System