Compartilhar via


PropertyModel Classe

Definição

Um tipo que é usado para representar uma propriedade em um ControllerModel.

public ref class PropertyModel : Microsoft::AspNetCore::Mvc::ApplicationModels::IBindingModel, Microsoft::AspNetCore::Mvc::ApplicationModels::ICommonModel
public ref class PropertyModel : Microsoft::AspNetCore::Mvc::ApplicationModels::ParameterModelBase, Microsoft::AspNetCore::Mvc::ApplicationModels::ICommonModel
public class PropertyModel : Microsoft.AspNetCore.Mvc.ApplicationModels.IBindingModel, Microsoft.AspNetCore.Mvc.ApplicationModels.ICommonModel
public class PropertyModel : Microsoft.AspNetCore.Mvc.ApplicationModels.ParameterModelBase, Microsoft.AspNetCore.Mvc.ApplicationModels.ICommonModel
type PropertyModel = class
    interface ICommonModel
    interface IPropertyModel
    interface IBindingModel
type PropertyModel = class
    inherit ParameterModelBase
    interface ICommonModel
    interface IPropertyModel
    interface IBindingModel
type PropertyModel = class
    inherit ParameterModelBase
    interface IBindingModel
    interface ICommonModel
    interface IPropertyModel
Public Class PropertyModel
Implements IBindingModel, ICommonModel
Public Class PropertyModel
Inherits ParameterModelBase
Implements ICommonModel
Herança
PropertyModel
Herança
PropertyModel
Implementações

Construtores

PropertyModel(PropertyInfo, IReadOnlyList<Object>)

Cria uma nova instância de PropertyModel.

PropertyModel(PropertyModel)

Cria uma nova instância de de PropertyModel de um determinado PropertyModel.

Propriedades

Attributes

Obtém todos os atributos que são anotados na propriedade .

BindingInfo

Obtém ou define o associado a BindingInfo esse modelo.

BindingInfo

O BindingInfo.

(Herdado de ParameterModelBase)
Controller

Obtém ou define o ao ControllerModel qual isso PropertyModel está associado.

Name

O nome.

(Herdado de ParameterModelBase)
ParameterType

O tipo.

(Herdado de ParameterModelBase)
Properties

As propriedades.

PropertyInfo

O PropertyInfo.

PropertyName

O nome da propriedade.

Implantações explícitas de interface

ICommonModel.MemberInfo

Um tipo que é usado para representar uma propriedade em um ControllerModel.

ICommonModel.Name

Um tipo que é usado para representar uma propriedade em um ControllerModel.

Aplica-se a