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

Show file Open project: dotnet/docfx Class Usage Examples

Private Properties

Property Type Description
GetContents List

Public Methods

Method 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

Method Description
GetContents ( string content, string contentForCSharp, string contentForVB, string supportedLanguages ) : List

Method Details

Expand() public method

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

FromModel() public static method

public static FromModel ( SyntaxDetailViewModel model, ApiReferenceBuildOutput>.Dictionary references, string supportedLanguages ) : ApiSyntaxBuildOutput
model SyntaxDetailViewModel
references ApiReferenceBuildOutput>.Dictionary
supportedLanguages string
return ApiSyntaxBuildOutput

FromModel() public static method

public static FromModel ( SyntaxDetailViewModel model, string supportedLanguages ) : ApiSyntaxBuildOutput
model SyntaxDetailViewModel
supportedLanguages string
return ApiSyntaxBuildOutput