C# 클래스 StorytellerDocGen.DocProject

상속: IDisposable, ISampleCache
파일 보기 프로젝트 열기: storyteller/Storyteller 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ISampleCache ( ) : IEnumerable
ISampleCache ( string name ) : Sample
ISampleCache ( Sample sample ) : void
scanForSamples ( ) : System.Threading.Tasks.Task
startHost ( int port, WebSocketsHandler webSockets, TopicMiddleware middleware ) : IWebHost

메소드 상세

AllTopics() 공개 메소드

public AllTopics ( ) : IEnumerable
리턴 IEnumerable

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

DocProject() 공개 메소드

public DocProject ( DocSettings settings ) : System
settings DocSettings
리턴 System

ExportTo() 공개 메소드

public ExportTo ( string directory ) : void
directory string
리턴 void

FindTopic() 공개 메소드

public FindTopic ( string key ) : Topic
key string
리턴 StorytellerDocGen.Topics.Topic

FindTopicByUrl() 공개 메소드

public FindTopicByUrl ( string url ) : Topic
url string
리턴 StorytellerDocGen.Topics.Topic

HardRefresh() 공개 메소드

public HardRefresh ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

LaunchRunner() 공개 메소드

public LaunchRunner ( ) : IDisposable
리턴 IDisposable

ReadTopics() 공개 메소드

public ReadTopics ( ) : void
리턴 void

StartScanning() 공개 메소드

public StartScanning ( ) : void
리턴 void