ApiParameterDescription Class

Definition

A metadata description of an input to an API.

public ref class ApiParameterDescription
public class ApiParameterDescription
type ApiParameterDescription = class
Public Class ApiParameterDescription
Inheritance
ApiParameterDescription

Constructors

ApiParameterDescription()

Properties

BindingInfo

Gets or sets the BindingInfo.

DefaultValue

Gets or sets the default value for a parameter.

IsRequired

Gets or sets a value that determines if the parameter is required.

ModelMetadata

Gets or sets the ModelMetadata.

Name

Gets or sets the name.

ParameterDescriptor

Gets or sets the parameter descriptor.

RouteInfo

Gets or sets the ApiParameterRouteInfo.

Source

Gets or sets the BindingSource.

Type

Gets or sets the parameter type.

Applies to