C# Class Swashbuckle.OData.Descriptions.ParameterExtensions

Afficher le fichier Open project: rbeauchamp/Swashbuckle.OData

Méthodes publiques

Méthode Description
GenerateSamplePathParameterValue ( this parameter ) : string
GetClrType ( this parameter ) : Type
MapToApiParameterSource ( this parameter ) : ApiParameterSource
MapToSwaggerSource ( this parameter ) : ParameterSource

Private Methods

Méthode Description
GetEntityTypeForBodyParameter ( Parameter parameter ) : Type

Method Details

GenerateSamplePathParameterValue() public static méthode

public static GenerateSamplePathParameterValue ( this parameter ) : string
parameter this
Résultat string

GetClrType() public static méthode

public static GetClrType ( this parameter ) : Type
parameter this
Résultat System.Type

MapToApiParameterSource() public static méthode

public static MapToApiParameterSource ( this parameter ) : ApiParameterSource
parameter this
Résultat ApiParameterSource

MapToSwaggerSource() public static méthode

public static MapToSwaggerSource ( this parameter ) : ParameterSource
parameter this
Résultat ParameterSource