C# Class WebExpress.Downloads

Inheritance: System.Windows.Controls.UserControl
Mostra file Open project: Sential/WebExpress-beta Class Usage Examples

Public Properties

Property Type Description
ItemHeight int
Items List
ItemsCount int
MarginTop int

Public Methods

Method Description
AddDownload ( string url, string filepath, string filename ) : void
Downloads ( ) : System
RefreshDownloads ( ) : void
RemoveDownload ( DownloadItem di ) : void

Private Methods

Method Description
button_Click ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

AddDownload() public method

public AddDownload ( string url, string filepath, string filename ) : void
url string
filepath string
filename string
return void

Downloads() public method

public Downloads ( ) : System
return System

RefreshDownloads() public method

public RefreshDownloads ( ) : void
return void

RemoveDownload() public method

public RemoveDownload ( DownloadItem di ) : void
di DownloadItem
return void

Property Details

ItemHeight public_oe property

public int ItemHeight
return int

Items public_oe property

public List Items
return List

ItemsCount public_oe property

public int ItemsCount
return int

MarginTop public_oe property

public int MarginTop
return int