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

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

Private Properties

Свойство Type Description
FromModel ApiBuildOutput
GetCrefInfoList List
GetLinkInfoList List
GetReferenceList List
IntersectLangs string[]

Méthodes publiques

Méthode Description
FromModel ( PageViewModel model ) : ApiBuildOutput

Private Methods

Méthode Description
FromModel ( ItemViewModel model, ApiReferenceBuildOutput>.Dictionary references, object>.Dictionary metadata ) : ApiBuildOutput
GetCrefInfoList ( List crefs, ApiReferenceBuildOutput>.Dictionary references, string supportedLanguages ) : List
GetLinkInfoList ( List links, ApiReferenceBuildOutput>.Dictionary references, string supportedLanguages ) : List
GetReferenceList ( List uids, ApiReferenceBuildOutput>.Dictionary references, string supportedLanguages, bool extractIndex = false ) : List
IntersectLangs ( string defaultLangs, string displayLangs ) : string[]

Method Details

FromModel() public static méthode

public static FromModel ( PageViewModel model ) : ApiBuildOutput
model Microsoft.DocAsCode.DataContracts.ManagedReference.PageViewModel
Résultat ApiBuildOutput