C# 클래스 Retrospection.Handler

Class which manages the retrospection window & server
파일 보기 프로젝트 열기: sealuzh/PersonalAnalytics 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IsRunning bool

공개 메소드들

메소드 설명
CloseRetrospection ( ) : void
GetInstance ( ) : Handler

Singleton

Handler ( ) : System
OpenAbout ( ) : void
OpenRetrospection ( ) : bool
OpenRetrospectionInBrowser ( ) : void

User manually wants to have the retrospection in the browser to be able to bookmark it

OpenSettings ( SettingsDto currentSettings ) : SettingsDto
SendFeedback ( string subject = "Feedback", string body = "" ) : void
Start ( List trackers, string appVersion ) : void

start HTTP Localhost

Stop ( ) : void

stop HTTP Localhost

비공개 메소드들

메소드 설명
CreateNavigateUri ( string parameters ) : string
GetDashboardHome ( ) : string
GetDashboardNavigateUriForType ( System.DateTime date, VisType type ) : string
SetTrackers ( List trackers ) : void

forward the trackers to the server, which actually needs them for the visualization

StartHttpServer ( ) : void

메소드 상세

CloseRetrospection() 공개 메소드

public CloseRetrospection ( ) : void
리턴 void

GetInstance() 공개 정적인 메소드

Singleton
public static GetInstance ( ) : Handler
리턴 Handler

Handler() 공개 메소드

public Handler ( ) : System
리턴 System

OpenAbout() 공개 메소드

public OpenAbout ( ) : void
리턴 void

OpenRetrospection() 공개 메소드

public OpenRetrospection ( ) : bool
리턴 bool

OpenRetrospectionInBrowser() 공개 메소드

User manually wants to have the retrospection in the browser to be able to bookmark it
public OpenRetrospectionInBrowser ( ) : void
리턴 void

OpenSettings() 공개 메소드

public OpenSettings ( SettingsDto currentSettings ) : SettingsDto
currentSettings Shared.Data.SettingsDto
리턴 Shared.Data.SettingsDto

SendFeedback() 공개 메소드

public SendFeedback ( string subject = "Feedback", string body = "" ) : void
subject string
body string
리턴 void

Start() 공개 메소드

start HTTP Localhost
public Start ( List trackers, string appVersion ) : void
trackers List
appVersion string
리턴 void

Stop() 공개 메소드

stop HTTP Localhost
public Stop ( ) : void
리턴 void

프로퍼티 상세

IsRunning 공개적으로 프로퍼티

public bool IsRunning
리턴 bool