C# Class StorytellerDocGen.Topics.Topic

Afficher le fichier Open project: storyteller/Storyteller Class Usage Examples

Méthodes publiques

Свойство Type Description
Substitutions string>.LightweightCache

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

AddChild() public méthode

public AddChild ( Topic topic ) : void
topic Topic
Résultat void

AddChildren() public méthode

public AddChildren ( IEnumerable children ) : void
children IEnumerable
Résultat void

AllTopicsInOrder() public méthode

public AllTopicsInOrder ( ) : IEnumerable
Résultat IEnumerable

Ancestors() public méthode

public Ancestors ( ) : IEnumerable
Résultat IEnumerable

Descendents() public méthode

public Descendents ( ) : IEnumerable
Résultat IEnumerable

FileExportPath() public méthode

public FileExportPath ( ) : string
Résultat string

FindByKey() public méthode

public FindByKey ( string key ) : Topic
key string
Résultat Topic

FindComments() public static méthode

public static FindComments ( string text ) : IEnumerable
text string
Résultat IEnumerable

FindNext() public méthode

public FindNext ( ) : Topic
Résultat Topic

FindPrevious() public méthode

public FindPrevious ( ) : Topic
Résultat Topic

FindTop() public méthode

public FindTop ( ) : Topic
Résultat Topic

HasExplicitUrl() public méthode

public HasExplicitUrl ( ) : bool
Résultat bool

IsSplashPage() public méthode

public IsSplashPage ( ) : bool
Résultat bool

ParseAndOrder() public méthode

public ParseAndOrder ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

ParseFile() public méthode

public ParseFile ( ) : void
Résultat void

PrependKey() public méthode

public PrependKey ( string key ) : void
key string
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Topic() public méthode

public Topic ( string key, string file ) : System
key string
file string
Résultat System

WebsiteExportPath() public méthode

public WebsiteExportPath ( ) : string
Résultat string

Property Details

Substitutions public_oe property

public LightweightCache Substitutions
Résultat string>.LightweightCache