ControllerBoundPropertyDescriptor Class

Definition

A descriptor for model bound properties of a controller.

public ref class ControllerBoundPropertyDescriptor : Microsoft::AspNetCore::Mvc::Abstractions::ParameterDescriptor
public ref class ControllerBoundPropertyDescriptor : Microsoft::AspNetCore::Mvc::Abstractions::ParameterDescriptor, Microsoft::AspNetCore::Mvc::Infrastructure::IPropertyInfoParameterDescriptor
public class ControllerBoundPropertyDescriptor : Microsoft.AspNetCore.Mvc.Abstractions.ParameterDescriptor
public class ControllerBoundPropertyDescriptor : Microsoft.AspNetCore.Mvc.Abstractions.ParameterDescriptor, Microsoft.AspNetCore.Mvc.Infrastructure.IPropertyInfoParameterDescriptor
type ControllerBoundPropertyDescriptor = class
    inherit ParameterDescriptor
type ControllerBoundPropertyDescriptor = class
    inherit ParameterDescriptor
    interface IPropertyInfoParameterDescriptor
Public Class ControllerBoundPropertyDescriptor
Inherits ParameterDescriptor
Public Class ControllerBoundPropertyDescriptor
Inherits ParameterDescriptor
Implements IPropertyInfoParameterDescriptor
Inheritance
ControllerBoundPropertyDescriptor
Implements

Constructors

ControllerBoundPropertyDescriptor()

Properties

BindingInfo

Gets or sets the BindingInfo for the parameter.

(Inherited from ParameterDescriptor)
Name

Gets or sets the parameter name.

(Inherited from ParameterDescriptor)
ParameterType

Gets or sets the type of the parameter.

(Inherited from ParameterDescriptor)
PropertyInfo

Gets or sets the PropertyInfo for this property.

Applies to