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

El parámetro de cadena de consulta BindingInfo.

(Heredado de ParameterModelBase)
Controller

Obtiene o establece el objeto al que ControllerModel PropertyModel está asociado.

Name

Nombre.

(Heredado de ParameterModelBase)
ParameterType

Tipo.

(Heredado de ParameterModelBase)
Properties

Propiedades.

PropertyInfo

El parámetro de cadena de consulta PropertyInfo.

PropertyName

Nombre de la propiedad.

Implementaciones de interfaz explícitas

ICommonModel.MemberInfo
ICommonModel.Name

Se aplica a