C# Class Manager.Integration.Test.WPF.ViewModels.MainWindowViewModel

Inheritance: INotifyPropertyChanged, IDisposable
Show file Open project: Teleopti/Stardust Class Usage Examples

Private Properties

Property Type Description
CheckManagerDbTimer_Elapsed void
GetData void
NewDataCapturedEventHandler void
OnPropertyChanged void
ProgressAction void
RefreshTimerOnElapsed void

Public Methods

Method Description
CancelDurationTest ( ) : void
ClearAllManagerTablesInDatabase ( ) : void
DatabaseClearAllInformation ( ) : void
DatabaseContainsInformation ( ) : bool
Dispose ( ) : void
MainWindowViewModel ( ) : System
ShutDownConsoleHost ( ) : void
StartConsoleHost ( ) : void
StartDurationTest ( ) : void
ToggleRefresh ( ) : void

Private Methods

Method Description
CheckManagerDbTimer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void
GetData ( ) : void
NewDataCapturedEventHandler ( object sender, FiddlerCaptureInformation fiddlerCaptureInformation ) : void
OnPropertyChanged ( [ propertyName = null ) : void
ProgressAction ( int currentIndex, int totalNumber ) : void
RefreshTimerOnElapsed ( object sender, System.Timers.ElapsedEventArgs elapsedEventArgs ) : void

Method Details

CancelDurationTest() public method

public CancelDurationTest ( ) : void
return void

ClearAllManagerTablesInDatabase() public method

public ClearAllManagerTablesInDatabase ( ) : void
return void

DatabaseClearAllInformation() public method

public DatabaseClearAllInformation ( ) : void
return void

DatabaseContainsInformation() public method

public DatabaseContainsInformation ( ) : bool
return bool

Dispose() public method

public Dispose ( ) : void
return void

MainWindowViewModel() public method

public MainWindowViewModel ( ) : System
return System

ShutDownConsoleHost() public method

public ShutDownConsoleHost ( ) : void
return void

StartConsoleHost() public method

public StartConsoleHost ( ) : void
return void

StartDurationTest() public method

public StartDurationTest ( ) : void
return void

ToggleRefresh() public method

public ToggleRefresh ( ) : void
return void