C# Class StorytellerDocGen.TopicFileWatcher

Inheritance: IDisposable, IChangeSetHandler
Afficher le fichier Open project: storyteller/Storyteller Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
FileChangeShouldRegenerateTopicTree ( string file ) : bool
StartWatching ( IBrowserRefresher refresher ) : void
TopicFileWatcher ( DocSettings settings, DocProject project ) : System

Private Methods

Méthode Description
IChangeSetHandler ( ChangeSet changes ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FileChangeShouldRegenerateTopicTree() public méthode

public FileChangeShouldRegenerateTopicTree ( string file ) : bool
file string
Résultat bool

StartWatching() public méthode

public StartWatching ( IBrowserRefresher refresher ) : void
refresher IBrowserRefresher
Résultat void

TopicFileWatcher() public méthode

public TopicFileWatcher ( DocSettings settings, DocProject project ) : System
settings DocSettings
project DocProject
Résultat System