C# 클래스 Microsoft.DocAsCode.Dfm.DfmContextExtensions

파일 보기 프로젝트 열기: dotnet/docfx

공개 메소드들

메소드 설명
GetBaseFolder ( this context ) : string
GetFallbackFolders ( this context ) : IReadOnlyList
GetFilePathStack ( this context ) : ImmutableStack
GetIsInclude ( this context ) : bool
ReportDependency ( this context, IEnumerable files ) : void
ReportDependency ( this context, string file ) : void
SetBaseFolder ( this context, string baseFolder ) : IMarkdownContext
SetDependency ( this context, HashSet dependency ) : IMarkdownContext
SetFallbackFolders ( this context, IReadOnlyList fallbackFolders ) : IMarkdownContext
SetFilePathStack ( this context, ImmutableStack filePathStack ) : IMarkdownContext
SetIsInclude ( this context ) : IMarkdownContext

메소드 상세

GetBaseFolder() 공개 정적인 메소드

public static GetBaseFolder ( this context ) : string
context this
리턴 string

GetFallbackFolders() 공개 정적인 메소드

public static GetFallbackFolders ( this context ) : IReadOnlyList
context this
리턴 IReadOnlyList

GetFilePathStack() 공개 정적인 메소드

public static GetFilePathStack ( this context ) : ImmutableStack
context this
리턴 ImmutableStack

GetIsInclude() 공개 정적인 메소드

public static GetIsInclude ( this context ) : bool
context this
리턴 bool

ReportDependency() 공개 정적인 메소드

public static ReportDependency ( this context, IEnumerable files ) : void
context this
files IEnumerable
리턴 void

ReportDependency() 공개 정적인 메소드

public static ReportDependency ( this context, string file ) : void
context this
file string
리턴 void

SetBaseFolder() 공개 정적인 메소드

public static SetBaseFolder ( this context, string baseFolder ) : IMarkdownContext
context this
baseFolder string
리턴 IMarkdownContext

SetDependency() 공개 정적인 메소드

public static SetDependency ( this context, HashSet dependency ) : IMarkdownContext
context this
dependency HashSet
리턴 IMarkdownContext

SetFallbackFolders() 공개 정적인 메소드

public static SetFallbackFolders ( this context, IReadOnlyList fallbackFolders ) : IMarkdownContext
context this
fallbackFolders IReadOnlyList
리턴 IMarkdownContext

SetFilePathStack() 공개 정적인 메소드

public static SetFilePathStack ( this context, ImmutableStack filePathStack ) : IMarkdownContext
context this
filePathStack ImmutableStack
리턴 IMarkdownContext

SetIsInclude() 공개 정적인 메소드

public static SetIsInclude ( this context ) : IMarkdownContext
context this
리턴 IMarkdownContext