C# Класс Microsoft.DocAsCode.Build.ManagedReference.BuildOutputs.ApiReferenceBuildOutput

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
GetCompositeName string
GetSpecName string

Открытые методы

Метод Описание
Expand ( ApiReferenceBuildOutput>.Dictionary references, string supportedLanguages ) : void
FromModel ( ItemViewModel vm ) : ApiReferenceBuildOutput
FromModel ( ReferenceViewModel vm, string supportedLanguages ) : ApiReferenceBuildOutput
FromUid ( string uid ) : ApiReferenceBuildOutput
GetSpecNames ( string xref, string supportedLanguages, SortedList specs = null ) : List

Приватные методы

Метод Описание
GetCompositeName ( SpecViewModel svm ) : string
GetSpecName ( List spec ) : string

Описание методов

Expand() публичный Метод

public Expand ( ApiReferenceBuildOutput>.Dictionary references, string supportedLanguages ) : void
references ApiReferenceBuildOutput>.Dictionary
supportedLanguages string
Результат void

FromModel() публичный статический Метод

public static FromModel ( ItemViewModel vm ) : ApiReferenceBuildOutput
vm Microsoft.DocAsCode.DataContracts.ManagedReference.ItemViewModel
Результат ApiReferenceBuildOutput

FromModel() публичный статический Метод

public static FromModel ( ReferenceViewModel vm, string supportedLanguages ) : ApiReferenceBuildOutput
vm Microsoft.DocAsCode.DataContracts.Common.ReferenceViewModel
supportedLanguages string
Результат ApiReferenceBuildOutput

FromUid() публичный статический Метод

public static FromUid ( string uid ) : ApiReferenceBuildOutput
uid string
Результат ApiReferenceBuildOutput

GetSpecNames() публичный статический Метод

public static GetSpecNames ( string xref, string supportedLanguages, SortedList specs = null ) : List
xref string
supportedLanguages string
specs SortedList
Результат List