C# Class SQLDepLib.ProgressInfo

Afficher le fichier Open project: sqldep/lionfish

Private Properties

Свойство Type Description

Méthodes publiques

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

public CreateProgress ( ) : void
Résultat void

GetPercentDone() public méthode

public GetPercentDone ( string &workingOn ) : double
workingOn string
Résultat double

ProgressInfo() public méthode

public ProgressInfo ( ) : System
Résultat System

RemoveProgress() public méthode

public RemoveProgress ( ) : void
Résultat void

SetProgressDone() public méthode

public SetProgressDone ( double done, string workingOn ) : void
done double
workingOn string
Résultat void

SetProgressRatio() public méthode

public SetProgressRatio ( double ratio, string workingOn ) : void
ratio double
workingOn string
Résultat void