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

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

Private Properties

프로퍼티 타입 설명
GetCompositeName string
GetSpecName string

공개 메소드들

메소드 설명
Expand ( ApiReferenceBuildOutput>.Dictionary references, string supportedLanguages ) : void
FromModel ( ItemViewModel vm ) : ApiReferenceBuildOutput
FromModel ( ReferenceViewModel vm, string supportedLanguages ) : ApiReferenceBuildOutput
FromUid ( string uid ) : ApiReferenceBuildOutput
GetSpecNames ( string xref, string supportedLanguages, SortedList specs = null ) : List

비공개 메소드들

메소드 설명
GetCompositeName ( SpecViewModel svm ) : string
GetSpecName ( List spec ) : string

메소드 상세

Expand() 공개 메소드

public Expand ( ApiReferenceBuildOutput>.Dictionary references, string supportedLanguages ) : void
references ApiReferenceBuildOutput>.Dictionary
supportedLanguages string
리턴 void

FromModel() 공개 정적인 메소드

public static FromModel ( ItemViewModel vm ) : ApiReferenceBuildOutput
vm Microsoft.DocAsCode.DataContracts.ManagedReference.ItemViewModel
리턴 ApiReferenceBuildOutput

FromModel() 공개 정적인 메소드

public static FromModel ( ReferenceViewModel vm, string supportedLanguages ) : ApiReferenceBuildOutput
vm Microsoft.DocAsCode.DataContracts.Common.ReferenceViewModel
supportedLanguages string
리턴 ApiReferenceBuildOutput

FromUid() 공개 정적인 메소드

public static FromUid ( string uid ) : ApiReferenceBuildOutput
uid string
리턴 ApiReferenceBuildOutput

GetSpecNames() 공개 정적인 메소드

public static GetSpecNames ( string xref, string supportedLanguages, SortedList specs = null ) : List
xref string
supportedLanguages string
specs SortedList
리턴 List