C# Class StorytellerDocGen.DocProject

Inheritance: IDisposable, ISampleCache
ファイルを表示 Open project: storyteller/Storyteller Class Usage Examples

Public Methods

Method Description
AllTopics ( ) : IEnumerable
Dispose ( ) : void
DocProject ( DocSettings settings ) : System
ExportTo ( string directory ) : void
FindTopic ( string key ) : Topic
FindTopicByUrl ( string url ) : Topic
HardRefresh ( ) : System.Threading.Tasks.Task
LaunchRunner ( ) : IDisposable
ReadTopics ( ) : void
StartScanning ( ) : void

Private Methods

Method Description
ISampleCache ( ) : IEnumerable
ISampleCache ( string name ) : Sample
ISampleCache ( Sample sample ) : void
scanForSamples ( ) : System.Threading.Tasks.Task
startHost ( int port, WebSocketsHandler webSockets, TopicMiddleware middleware ) : IWebHost

Method Details

AllTopics() public method

public AllTopics ( ) : IEnumerable
return IEnumerable

Dispose() public method

public Dispose ( ) : void
return void

DocProject() public method

public DocProject ( DocSettings settings ) : System
settings DocSettings
return System

ExportTo() public method

public ExportTo ( string directory ) : void
directory string
return void

FindTopic() public method

public FindTopic ( string key ) : Topic
key string
return StorytellerDocGen.Topics.Topic

FindTopicByUrl() public method

public FindTopicByUrl ( string url ) : Topic
url string
return StorytellerDocGen.Topics.Topic

HardRefresh() public method

public HardRefresh ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

LaunchRunner() public method

public LaunchRunner ( ) : IDisposable
return IDisposable

ReadTopics() public method

public ReadTopics ( ) : void
return void

StartScanning() public method

public StartScanning ( ) : void
return void