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

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

Private Properties

Свойство Type Description
GetContents List

Méthodes publiques

Méthode Description
Expand ( ApiReferenceBuildOutput>.Dictionary references, string supportedLanguages ) : void
FromModel ( SyntaxDetailViewModel model, ApiReferenceBuildOutput>.Dictionary references, string supportedLanguages ) : ApiSyntaxBuildOutput
FromModel ( SyntaxDetailViewModel model, string supportedLanguages ) : ApiSyntaxBuildOutput

Private Methods

Méthode Description
GetContents ( string content, string contentForCSharp, string contentForVB, string supportedLanguages ) : List

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 ( SyntaxDetailViewModel model, ApiReferenceBuildOutput>.Dictionary references, string supportedLanguages ) : ApiSyntaxBuildOutput
model SyntaxDetailViewModel
references ApiReferenceBuildOutput>.Dictionary
supportedLanguages string
Résultat ApiSyntaxBuildOutput

FromModel() public static méthode

public static FromModel ( SyntaxDetailViewModel model, string supportedLanguages ) : ApiSyntaxBuildOutput
model SyntaxDetailViewModel
supportedLanguages string
Résultat ApiSyntaxBuildOutput