Condividi tramite


ControllerBoundPropertyDescriptor Classe

Definizione

Descrittore per le proprietà associate al modello di un 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
Ereditarietà
ControllerBoundPropertyDescriptor
Implementazioni

Costruttori

ControllerBoundPropertyDescriptor()

Descrittore per le proprietà associate al modello di un controller.

Proprietà

BindingInfo

Ottiene o imposta l'oggetto BindingInfo per il parametro.

(Ereditato da ParameterDescriptor)
Name

Ottiene o imposta il nome del parametro.

(Ereditato da ParameterDescriptor)
ParameterType

Ottiene o imposta il tipo del parametro.

(Ereditato da ParameterDescriptor)
PropertyInfo

Ottiene o imposta l'oggetto PropertyInfo per questa proprietà.

Si applica a