C# 클래스 withSIX.Core.Helpers.ProgressContainer

상속: IProgressComponent
파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetDone bool
GetDoneCount int
GetInterestingInfo string
GetProgress double
GetProgressInternal double
GetSpeed long?
GetSpeedInternal long?
GetStatusText string

공개 메소드들

메소드 설명
AddComponents ( IReadOnlyCollection components ) : void
ProgressContainer ( string title, int weight = 1 ) : System
RemoveComponents ( IReadOnlyCollection components ) : void

비공개 메소드들

메소드 설명
GetDone ( ) : bool
GetDoneCount ( ) : int
GetInterestingInfo ( ) : string
GetProgress ( ) : double
GetProgressInternal ( ) : double
GetSpeed ( ) : long?
GetSpeedInternal ( ) : long?
GetStatusText ( ) : string

메소드 상세

AddComponents() 공개 메소드

public AddComponents ( IReadOnlyCollection components ) : void
components IReadOnlyCollection
리턴 void

ProgressContainer() 공개 메소드

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

RemoveComponents() 공개 메소드

public RemoveComponents ( IReadOnlyCollection components ) : void
components IReadOnlyCollection
리턴 void