Method | Description | |
---|---|---|
CreateDatabaseTablesIfNotExist ( ) : void | ||
Daemon ( ) : System | ||
GetStatus ( ) : string | ||
GetVisualizationsDay ( DateTimeOffset date ) : List |
||
GetVisualizationsWeek ( DateTimeOffset date ) : List |
||
IsEnabled ( ) : bool | ||
ManualTakeSurveyNow ( ) : void |
manually run survey (click on ContextMenu)
|
|
Start ( ) : void | ||
Stop ( ) : void | ||
UpdateDatabaseTables ( int version ) : void |
Method | Description | |
---|---|---|
HandleDailyPopUpResponse ( |
Handles the response to the daily popup
|
|
HandleIntervalPopUpResponse ( |
handles the response to the interval popup
|
|
PostponeIntervalSurvey ( |
handler to postpone the survey for the selected time Hint: the selected time (e.g. postpone 1 hour) equals 1 hour of computer running (i.e. developer working) time
|
|
RunSurvey ( SurveyMode mode ) : void |
runs the survey and handles the response
|
|
SaveDailySurvey ( |
Saves the daily survey result in the db & resets some items
|
|
SaveIntervalSurvey ( |
Saves the interval-survey results in the db & resets some items
|
|
TimerTick ( object sender, |
loop runs in a separate thread
|
public CreateDatabaseTablesIfNotExist ( ) : void | ||
return | void |
public GetVisualizationsDay ( DateTimeOffset date ) : List |
||
date | DateTimeOffset | |
return | List |
public GetVisualizationsWeek ( DateTimeOffset date ) : List |
||
date | DateTimeOffset | |
return | List |
public UpdateDatabaseTables ( int version ) : void | ||
version | int | |
return | void |