C# Class Tp.Integration.Ide.VisualStudio.Services.FileSystemTimeTrackingRepository

Inheritance: ITimeTrackingRepository
Exibir arquivo Open project: TargetProcess/Tp.Integration.Ide.VisualStudio

Public Methods

Method Description
Dispose ( ) : void
FileSystemTimeTrackingRepository ( string file ) : System
Read ( TimeTracking &timeTracking ) : void
Store ( TimeTracking timeTracking ) : void

Private Methods

Method Description
OnFileChanged ( object sender, FileSystemEventArgs e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

FileSystemTimeTrackingRepository() public method

public FileSystemTimeTrackingRepository ( string file ) : System
file string
return System

Read() public method

public Read ( TimeTracking &timeTracking ) : void
timeTracking TimeTracking
return void

Store() public method

public Store ( TimeTracking timeTracking ) : void
timeTracking TimeTracking
return void