C# Класс StorytellerDocGen.Topics.Topic

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Substitutions string>.LightweightCache

Открытые методы

Метод Описание
AddChild ( Topic topic ) : void
AddChildren ( IEnumerable children ) : void
AllTopicsInOrder ( ) : IEnumerable
Ancestors ( ) : IEnumerable
Descendents ( ) : IEnumerable
FileExportPath ( ) : string
FindByKey ( string key ) : Topic
FindComments ( string text ) : IEnumerable
FindNext ( ) : Topic
FindPrevious ( ) : Topic
FindTop ( ) : Topic
HasExplicitUrl ( ) : bool
IsSplashPage ( ) : bool
ParseAndOrder ( ) : System.Threading.Tasks.Task
ParseFile ( ) : void
PrependKey ( string key ) : void
ToString ( ) : string
Topic ( string key, string file ) : System
WebsiteExportPath ( ) : string

Приватные методы

Метод Описание
OrderChildren ( ) : void
anscestors ( ) : IEnumerable
applyExplicitTitle ( IEnumerable comments, Topic topic ) : void
applyExplicitUrlSegment ( IEnumerable comments, Topic topic ) : void
determineUrlSegmentFromFile ( string file, bool isIndex, bool isRoot ) : string
findComments ( string file ) : IEnumerable
findNextTopicNotChild ( ) : Topic

Описание методов

AddChild() публичный Метод

public AddChild ( Topic topic ) : void
topic Topic
Результат void

AddChildren() публичный Метод

public AddChildren ( IEnumerable children ) : void
children IEnumerable
Результат void

AllTopicsInOrder() публичный Метод

public AllTopicsInOrder ( ) : IEnumerable
Результат IEnumerable

Ancestors() публичный Метод

public Ancestors ( ) : IEnumerable
Результат IEnumerable

Descendents() публичный Метод

public Descendents ( ) : IEnumerable
Результат IEnumerable

FileExportPath() публичный Метод

public FileExportPath ( ) : string
Результат string

FindByKey() публичный Метод

public FindByKey ( string key ) : Topic
key string
Результат Topic

FindComments() публичный статический Метод

public static FindComments ( string text ) : IEnumerable
text string
Результат IEnumerable

FindNext() публичный Метод

public FindNext ( ) : Topic
Результат Topic

FindPrevious() публичный Метод

public FindPrevious ( ) : Topic
Результат Topic

FindTop() публичный Метод

public FindTop ( ) : Topic
Результат Topic

HasExplicitUrl() публичный Метод

public HasExplicitUrl ( ) : bool
Результат bool

IsSplashPage() публичный Метод

public IsSplashPage ( ) : bool
Результат bool

ParseAndOrder() публичный Метод

public ParseAndOrder ( ) : System.Threading.Tasks.Task
Результат System.Threading.Tasks.Task

ParseFile() публичный Метод

public ParseFile ( ) : void
Результат void

PrependKey() публичный Метод

public PrependKey ( string key ) : void
key string
Результат void

ToString() публичный Метод

public ToString ( ) : string
Результат string

Topic() публичный Метод

public Topic ( string key, string file ) : System
key string
file string
Результат System

WebsiteExportPath() публичный Метод

public WebsiteExportPath ( ) : string
Результат string

Описание свойств

Substitutions публичное свойство

public LightweightCache Substitutions
Результат string>.LightweightCache