C# Class SQLDepLib.ProgressInfo

Show file Open project: sqldep/lionfish

Private Properties

Property Type Description

Public Methods

Method Description
CreateProgress ( ) : void
GetPercentDone ( string &workingOn ) : double
ProgressInfo ( ) : System
RemoveProgress ( ) : void
SetProgressDone ( double done, string workingOn ) : void
SetProgressRatio ( double ratio, string workingOn ) : void

Method Details

CreateProgress() public method

public CreateProgress ( ) : void
return void

GetPercentDone() public method

public GetPercentDone ( string &workingOn ) : double
workingOn string
return double

ProgressInfo() public method

public ProgressInfo ( ) : System
return System

RemoveProgress() public method

public RemoveProgress ( ) : void
return void

SetProgressDone() public method

public SetProgressDone ( double done, string workingOn ) : void
done double
workingOn string
return void

SetProgressRatio() public method

public SetProgressRatio ( double ratio, string workingOn ) : void
ratio double
workingOn string
return void