PropertyModel Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
- 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 | (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 | |
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 . |