Method | Description | |
---|---|---|
GetBaseFolder ( this context ) : string | ||
GetFallbackFolders ( this context ) : IReadOnlyList |
||
GetFilePathStack ( this context ) : ImmutableStack |
||
GetIsInclude ( this context ) : bool | ||
ReportDependency ( this context, IEnumerable |
||
ReportDependency ( this context, string file ) : void | ||
SetBaseFolder ( this context, string baseFolder ) : IMarkdownContext | ||
SetDependency ( this context, HashSet |
||
SetFallbackFolders ( this context, IReadOnlyList |
||
SetFilePathStack ( this context, ImmutableStack |
||
SetIsInclude ( this context ) : IMarkdownContext |
public static GetBaseFolder ( this context ) : string | ||
context | this | |
return | string |
public static GetFallbackFolders ( this context ) : IReadOnlyList |
||
context | this | |
return | IReadOnlyList |
public static GetFilePathStack ( this context ) : ImmutableStack |
||
context | this | |
return | ImmutableStack |
public static GetIsInclude ( this context ) : bool | ||
context | this | |
return | bool |
public static ReportDependency ( this context, IEnumerable |
||
context | this | |
files | IEnumerable |
|
return | void |
public static ReportDependency ( this context, string file ) : void | ||
context | this | |
file | string | |
return | void |
public static SetBaseFolder ( this context, string baseFolder ) : IMarkdownContext | ||
context | this | |
baseFolder | string | |
return | IMarkdownContext |
public static SetDependency ( this context, HashSet |
||
context | this | |
dependency | HashSet |
|
return | IMarkdownContext |
public static SetFallbackFolders ( this context, IReadOnlyList |
||
context | this | |
fallbackFolders | IReadOnlyList |
|
return | IMarkdownContext |
public static SetFilePathStack ( this context, ImmutableStack |
||
context | this | |
filePathStack | ImmutableStack |
|
return | IMarkdownContext |
public static SetIsInclude ( this context ) : IMarkdownContext | ||
context | this | |
return | IMarkdownContext |