C# Class withSIX.Core.Helpers.ProgressContainer

Inheritance: IProgressComponent
Exibir arquivo Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Private Properties

Property Type Description
GetDone bool
GetDoneCount int
GetInterestingInfo string
GetProgress double
GetProgressInternal double
GetSpeed long?
GetSpeedInternal long?
GetStatusText string

Public Methods

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

Private Methods

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

Method Details

AddComponents() public method

public AddComponents ( IReadOnlyCollection components ) : void
components IReadOnlyCollection
return void

ProgressContainer() public method

public ProgressContainer ( string title, int weight = 1 ) : System
title string
weight int
return System

RemoveComponents() public method

public RemoveComponents ( IReadOnlyCollection components ) : void
components IReadOnlyCollection
return void