C# Class withSIX.Core.Helpers.ProgressComponentExtensions

Exibir arquivo Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
AddComponents ( this This ) : void
Finished ( this This ) : IProgressLeaf
GetProgressText ( this This ) : string
GetSpeedText ( this This ) : string
RemoveComponents ( this This ) : void
ToProgress ( this count, int total ) : double
ToProgress ( this count, long total ) : double
ToProgress ( this count, uint total ) : double
ToProgress ( this count, ulong total ) : double

Method Details

AddComponents() public static method

public static AddComponents ( this This ) : void
This this
return void

Finished() public static method

public static Finished ( this This ) : IProgressLeaf
This this
return IProgressLeaf

GetProgressText() public static method

public static GetProgressText ( this This ) : string
This this
return string

GetSpeedText() public static method

public static GetSpeedText ( this This ) : string
This this
return string

RemoveComponents() public static method

public static RemoveComponents ( this This ) : void
This this
return void

ToProgress() public static method

public static ToProgress ( this count, int total ) : double
count this
total int
return double

ToProgress() public static method

public static ToProgress ( this count, long total ) : double
count this
total long
return double

ToProgress() public static method

public static ToProgress ( this count, uint total ) : double
count this
total uint
return double

ToProgress() public static method

public static ToProgress ( this count, ulong total ) : double
count this
total ulong
return double