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

ファイルを表示 Open project: dotnet/docfx Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Expand ( ApiReferenceBuildOutput>.Dictionary references, string supportedLanguages ) : void
FromModel ( ExceptionInfo model ) : ApiExceptionInfoBuildOutput
FromModel ( ExceptionInfo model, ApiReferenceBuildOutput>.Dictionary references, string supportedLanguages ) : ApiExceptionInfoBuildOutput

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 ( ExceptionInfo model ) : ApiExceptionInfoBuildOutput
model Microsoft.DocAsCode.DataContracts.ManagedReference.ExceptionInfo
return ApiExceptionInfoBuildOutput

FromModel() public static method

public static FromModel ( ExceptionInfo model, ApiReferenceBuildOutput>.Dictionary references, string supportedLanguages ) : ApiExceptionInfoBuildOutput
model Microsoft.DocAsCode.DataContracts.ManagedReference.ExceptionInfo
references ApiReferenceBuildOutput>.Dictionary
supportedLanguages string
return ApiExceptionInfoBuildOutput