C# Class Microsoft.DocAsCode.Build.ManagedReference.BuildOutputs.ApiLinkInfoBuildOutput

Afficher le fichier Open project: dotnet/docfx Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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

Method Details

Expand() public méthode

public Expand ( ApiReferenceBuildOutput>.Dictionary references, string supportedLanguages ) : void
references ApiReferenceBuildOutput>.Dictionary
supportedLanguages string
Résultat void

FromModel() public static méthode

public static FromModel ( Microsoft.DocAsCode.DataContracts.ManagedReference.LinkInfo model ) : ApiLinkInfoBuildOutput
model Microsoft.DocAsCode.DataContracts.ManagedReference.LinkInfo
Résultat ApiLinkInfoBuildOutput

FromModel() public static méthode

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
Résultat ApiLinkInfoBuildOutput