ParameterModel Class 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A type that represents a parameter.
public ref class ParameterModel : Microsoft::AspNetCore::Mvc::ApplicationModels::IBindingModel, Microsoft::AspNetCore::Mvc::ApplicationModels::ICommonModelpublic ref class ParameterModel : Microsoft::AspNetCore::Mvc::ApplicationModels::ParameterModelBase, Microsoft::AspNetCore::Mvc::ApplicationModels::ICommonModelpublic class ParameterModel : Microsoft.AspNetCore.Mvc.ApplicationModels.IBindingModel, Microsoft.AspNetCore.Mvc.ApplicationModels.ICommonModelpublic class ParameterModel : Microsoft.AspNetCore.Mvc.ApplicationModels.ParameterModelBase, Microsoft.AspNetCore.Mvc.ApplicationModels.ICommonModeltype ParameterModel = class
    interface ICommonModel
    interface IPropertyModel
    interface IBindingModeltype ParameterModel = class
    inherit ParameterModelBase
    interface ICommonModel
    interface IPropertyModelPublic Class ParameterModel
Implements IBindingModel, ICommonModelPublic Class ParameterModel
Inherits ParameterModelBase
Implements ICommonModel- Inheritance
- 
				ParameterModel
- Inheritance
- Implements
Constructors
| ParameterModel(ParameterInfo, IReadOnlyList<Object>) | Initializes a new ParameterModel. | 
| ParameterModel(ParameterModel) | Initializes a new ParameterModel. | 
Properties
| Action | The ActionModel. | 
| Attributes | The attributes. | 
| BindingInfo | |
| BindingInfo | The BindingInfo.(Inherited from ParameterModelBase) | 
| DisplayName | The display name. | 
| Name | The name.(Inherited from ParameterModelBase) | 
| ParameterInfo | The ParameterInfo. | 
| ParameterName | The parameter name. | 
| ParameterType | The type.(Inherited from ParameterModelBase) | 
| Properties | The properties. | 
Explicit Interface Implementations
| ICommonModel.MemberInfo | |
| ICommonModel.Name |