Compartir a través de


PropertyModel Clase

Definición

Tipo que se usa para representar una propiedad en un ControllerModelobjeto .

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
Herencia
PropertyModel
Herencia
PropertyModel
Implementaciones

Constructores

PropertyModel(PropertyInfo, IReadOnlyList<Object>)

Crea una nueva instancia de PropertyModel.

PropertyModel(PropertyModel)

Crea una nueva instancia de a partir de PropertyModel una determinada PropertyModel.

Propiedades

Attributes

Obtiene los atributos anotados en la propiedad .

BindingInfo

Obtiene o establece el BindingInfo asociado a este modelo.

BindingInfo

BindingInfo.

(Heredado de ParameterModelBase)
Controller

Obtiene o establece el objeto al que ControllerModelPropertyModel está asociado.

Name

Nombre.

(Heredado de ParameterModelBase)
ParameterType

Tipo.

(Heredado de ParameterModelBase)
Properties

Propiedades.

PropertyInfo

PropertyInfo.

PropertyName

El nombre de la propiedad.

Implementaciones de interfaz explícitas

ICommonModel.MemberInfo

Tipo que se usa para representar una propiedad en un ControllerModelobjeto .

ICommonModel.Name

Tipo que se usa para representar una propiedad en un ControllerModelobjeto .

Se aplica a