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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Expand ( ApiReferenceBuildOutput>.Dictionary references, string supportedLanguages ) : void
FromModel ( Microsoft.DocAsCode.DataContracts.ManagedReference.LinkInfo model ) : ApiLinkInfoBuildOutput
FromModel ( Microsoft.DocAsCode.DataContracts.ManagedReference.LinkInfo model, ApiReferenceBuildOutput>.Dictionary references, string supportedLanguages ) : ApiLinkInfoBuildOutput

메소드 상세

Expand() 공개 메소드

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

FromModel() 공개 정적인 메소드

public static FromModel ( Microsoft.DocAsCode.DataContracts.ManagedReference.LinkInfo model ) : ApiLinkInfoBuildOutput
model Microsoft.DocAsCode.DataContracts.ManagedReference.LinkInfo
리턴 ApiLinkInfoBuildOutput

FromModel() 공개 정적인 메소드

public static FromModel ( Microsoft.DocAsCode.DataContracts.ManagedReference.LinkInfo model, ApiReferenceBuildOutput>.Dictionary references, string supportedLanguages ) : ApiLinkInfoBuildOutput
model Microsoft.DocAsCode.DataContracts.ManagedReference.LinkInfo
references ApiReferenceBuildOutput>.Dictionary
supportedLanguages string
리턴 ApiLinkInfoBuildOutput