C# Class withSIX.Core.Helpers.ProgressComponentExtensions

Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode 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 méthode

public static AddComponents ( this This ) : void
This this
Résultat void

Finished() public static méthode

public static Finished ( this This ) : IProgressLeaf
This this
Résultat IProgressLeaf

GetProgressText() public static méthode

public static GetProgressText ( this This ) : string
This this
Résultat string

GetSpeedText() public static méthode

public static GetSpeedText ( this This ) : string
This this
Résultat string

RemoveComponents() public static méthode

public static RemoveComponents ( this This ) : void
This this
Résultat void

ToProgress() public static méthode

public static ToProgress ( this count, int total ) : double
count this
total int
Résultat double

ToProgress() public static méthode

public static ToProgress ( this count, long total ) : double
count this
total long
Résultat double

ToProgress() public static méthode

public static ToProgress ( this count, uint total ) : double
count this
total uint
Résultat double

ToProgress() public static méthode

public static ToProgress ( this count, ulong total ) : double
count this
total ulong
Résultat double