C# Class withSIX.Core.Helpers.ProgressContainer

Inheritance: IProgressComponent
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Private Properties

Свойство Type Description
GetDone bool
GetDoneCount int
GetInterestingInfo string
GetProgress double
GetProgressInternal double
GetSpeed long?
GetSpeedInternal long?
GetStatusText string

Méthodes publiques

Méthode Description
AddComponents ( IReadOnlyCollection components ) : void
ProgressContainer ( string title, int weight = 1 ) : System
RemoveComponents ( IReadOnlyCollection components ) : void

Private Methods

Méthode Description
GetDone ( ) : bool
GetDoneCount ( ) : int
GetInterestingInfo ( ) : string
GetProgress ( ) : double
GetProgressInternal ( ) : double
GetSpeed ( ) : long?
GetSpeedInternal ( ) : long?
GetStatusText ( ) : string

Method Details

AddComponents() public méthode

public AddComponents ( IReadOnlyCollection components ) : void
components IReadOnlyCollection
Résultat void

ProgressContainer() public méthode

public ProgressContainer ( string title, int weight = 1 ) : System
title string
weight int
Résultat System

RemoveComponents() public méthode

public RemoveComponents ( IReadOnlyCollection components ) : void
components IReadOnlyCollection
Résultat void