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::ICommonModel
public ref class ParameterModel : Microsoft::AspNetCore::Mvc::ApplicationModels::ParameterModelBase, Microsoft::AspNetCore::Mvc::ApplicationModels::ICommonModel
public class ParameterModel : Microsoft.AspNetCore.Mvc.ApplicationModels.IBindingModel, Microsoft.AspNetCore.Mvc.ApplicationModels.ICommonModel
public class ParameterModel : Microsoft.AspNetCore.Mvc.ApplicationModels.ParameterModelBase, Microsoft.AspNetCore.Mvc.ApplicationModels.ICommonModel
type ParameterModel = class
interface ICommonModel
interface IPropertyModel
interface IBindingModel
type ParameterModel = class
inherit ParameterModelBase
interface ICommonModel
interface IPropertyModel
Public Class ParameterModel
Implements IBindingModel, ICommonModel
Public 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 |