C# Class Signum.Utilities.ProgressProxy

Mostrar archivo Open project: signumsoftware/framework

Public Methods

Method Description
NextTask ( int position, string currentTask ) : void
NextTask ( string currentTask ) : void
ProgressProxy ( ) : System
Reset ( ) : void
Start ( int max ) : void
Start ( int min, int max, string currentTask, int position = null ) : void
Start ( int max, string currentTask ) : void
Start ( string currentTask ) : void

Private Methods

Method Description
OnChanged ( ProgressAction pa ) : void
RoundToPowerOfTwoMinusOne ( int n ) : int

Method Details

NextTask() public method

public NextTask ( int position, string currentTask ) : void
position int
currentTask string
return void

NextTask() public method

public NextTask ( string currentTask ) : void
currentTask string
return void

ProgressProxy() public method

public ProgressProxy ( ) : System
return System

Reset() public method

public Reset ( ) : void
return void

Start() public method

public Start ( int max ) : void
max int
return void

Start() public method

public Start ( int min, int max, string currentTask, int position = null ) : void
min int
max int
currentTask string
position int
return void

Start() public method

public Start ( int max, string currentTask ) : void
max int
currentTask string
return void

Start() public method

public Start ( string currentTask ) : void
currentTask string
return void