PropertyModel Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
- 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. |