C# Class Progression.ProgressCalculators.ProgressCalcFixed

Inheritance: IProgressCalculator
Afficher le fichier Open project: scottrippey/Progression

Méthodes publiques

Méthode Description
CalculateProgress ( float stepProgress ) : float

Calculates the progress of this task.

NextStep ( ) : void

Advances the current progress task to the next step.

ProgressCalcFixed ( int stepCount ) : System.Diagnostics
ToString ( ) : string

Method Details

CalculateProgress() public méthode

Calculates the progress of this task.
public CalculateProgress ( float stepProgress ) : float
stepProgress float The progress of nested steps
Résultat float

NextStep() public méthode

Advances the current progress task to the next step.
public NextStep ( ) : void
Résultat void

ProgressCalcFixed() public méthode

public ProgressCalcFixed ( int stepCount ) : System.Diagnostics
stepCount int
Résultat System.Diagnostics

ToString() public méthode

public ToString ( ) : string
Résultat string