C# 클래스 Microsoft.DocAsCode.Build.ManagedReference.BuildOutputs.ApiBuildOutputUtility

파일 보기 프로젝트 열기: dotnet/docfx 1 사용 예제들

공개 메소드들

메소드 설명
GetApiNames ( string key, ApiReferenceBuildOutput>.Dictionary references, string supportedLanguages ) : ApiNames
GetHref ( string url, string altText = null ) : string
GetReferenceViewModel ( string key, ApiReferenceBuildOutput>.Dictionary references, string supportedLanguages ) : ApiReferenceBuildOutput
GetReferenceViewModel ( string key, ApiReferenceBuildOutput>.Dictionary references, string supportedLanguages, int index ) : ApiReferenceBuildOutput
GetSpec ( string key, ApiReferenceBuildOutput>.Dictionary references, string supportedLanguages ) : List
GetXref ( string uid, string text = null, string alt = null ) : string
TransformToLanguagePairList ( string defaultValue, string>.SortedList values, string supportedLanguages ) : List

메소드 상세

GetApiNames() 공개 정적인 메소드

public static GetApiNames ( string key, ApiReferenceBuildOutput>.Dictionary references, string supportedLanguages ) : ApiNames
key string
references ApiReferenceBuildOutput>.Dictionary
supportedLanguages string
리턴 ApiNames

GetHref() 공개 정적인 메소드

public static GetHref ( string url, string altText = null ) : string
url string
altText string
리턴 string

GetReferenceViewModel() 공개 정적인 메소드

public static GetReferenceViewModel ( string key, ApiReferenceBuildOutput>.Dictionary references, string supportedLanguages ) : ApiReferenceBuildOutput
key string
references ApiReferenceBuildOutput>.Dictionary
supportedLanguages string
리턴 ApiReferenceBuildOutput

GetReferenceViewModel() 공개 정적인 메소드

public static GetReferenceViewModel ( string key, ApiReferenceBuildOutput>.Dictionary references, string supportedLanguages, int index ) : ApiReferenceBuildOutput
key string
references ApiReferenceBuildOutput>.Dictionary
supportedLanguages string
index int
리턴 ApiReferenceBuildOutput

GetSpec() 공개 정적인 메소드

public static GetSpec ( string key, ApiReferenceBuildOutput>.Dictionary references, string supportedLanguages ) : List
key string
references ApiReferenceBuildOutput>.Dictionary
supportedLanguages string
리턴 List

GetXref() 공개 정적인 메소드

public static GetXref ( string uid, string text = null, string alt = null ) : string
uid string
text string
alt string
리턴 string

TransformToLanguagePairList() 공개 정적인 메소드

public static TransformToLanguagePairList ( string defaultValue, string>.SortedList values, string supportedLanguages ) : List
defaultValue string
values string>.SortedList
supportedLanguages string
리턴 List