C# Class NZBHags.FileCollection

Show file Open project: maesse/NZBHags Class Usage Examples

Public Properties

Property Type Description
ProgressKB ulong
TotalSize ulong
speed uint

Public Methods

Method Description
CalculateTotalSize ( ) : void
FileCollection ( string name ) : System
FileCollection ( string name, List files ) : System
GenerateQueue ( ) : void
GetNextFileJob ( ) : FileJob

Method Details

CalculateTotalSize() public method

public CalculateTotalSize ( ) : void
return void

FileCollection() public method

public FileCollection ( string name ) : System
name string
return System

FileCollection() public method

public FileCollection ( string name, List files ) : System
name string
files List
return System

GenerateQueue() public method

public GenerateQueue ( ) : void
return void

GetNextFileJob() public method

public GetNextFileJob ( ) : FileJob
return FileJob

Property Details

ProgressKB public property

public ulong ProgressKB
return ulong

TotalSize public property

public ulong TotalSize
return ulong

speed public property

public uint speed
return uint