C# Класс Swashbuckle.OData.Descriptions.ParameterExtensions

Показать файл Открыть проект

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

Метод Описание
GenerateSamplePathParameterValue ( this parameter ) : string
GetClrType ( this parameter ) : Type
MapToApiParameterSource ( this parameter ) : ApiParameterSource
MapToSwaggerSource ( this parameter ) : ParameterSource

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

Метод Описание
GetEntityTypeForBodyParameter ( Parameter parameter ) : Type

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

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

public static GenerateSamplePathParameterValue ( this parameter ) : string
parameter this
Результат string

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

public static GetClrType ( this parameter ) : Type
parameter this
Результат System.Type

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

public static MapToApiParameterSource ( this parameter ) : ApiParameterSource
parameter this
Результат ApiParameterSource

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

public static MapToSwaggerSource ( this parameter ) : ParameterSource
parameter this
Результат ParameterSource