Méthode | Description | |
---|---|---|
ChangeState ( AssignableSimpleDTO assignable, EntityStateDTO entityState ) : void | ||
Connect ( bool prompt ) : void | ||
Controller ( ITimeTrackingRepository timeTrackingRepository, IWebServicesFactory webServicesFactory, IControllerEnvironment env ) : System | ||
Disconnect ( ) : void | ||
Dispose ( ) : void | ||
GetCurrent ( ) : TimeRecord | ||
GetLog ( ) : TimeRecord[] | ||
Options ( ) : void | ||
Refresh ( ) : void | ||
Reset ( ) : void |
Stops time interval measurement and resets the elapsed time to zero.
|
|
Resume ( ) : void | ||
Start ( int assignableID ) : void | ||
Stop ( ) : void | ||
Stop ( string description ) : void | ||
SubmitTime ( ) : void |
Posts all recorded time to serever, clears spent time log if succesfull.
|
Méthode | Description | |
---|---|---|
Authenticate ( IWebServices webServices ) : bool | ||
CompleteConnect ( Settings settings ) : void | ||
GetNames ( ) : void |
Updated internal dictionary with To Do list item names.
|
|
HandleToDoListChanges ( MyAssignments assignments ) : void | ||
StopWatch_OnStart ( StopWatch stopWatch, StopWatchEventArgs eventArgs ) : void | ||
StopWatch_OnStop ( StopWatch stopWatch, StopWatchEventArgs eventArgs ) : void |
public ChangeState ( AssignableSimpleDTO assignable, EntityStateDTO entityState ) : void | ||
assignable | AssignableSimpleDTO | |
entityState | EntityStateDTO | |
Résultat | void |
public Controller ( ITimeTrackingRepository timeTrackingRepository, IWebServicesFactory webServicesFactory, IControllerEnvironment env ) : System | ||
timeTrackingRepository | ITimeTrackingRepository | |
webServicesFactory | IWebServicesFactory | |
env | IControllerEnvironment | |
Résultat | System |