PropertyModel Classe
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
Property |
Cria uma nova instância de PropertyModel. |
Property |
Cria uma nova instância de de PropertyModel de um determinado PropertyModel. |
Attributes |
Obtém todos os atributos que são anotados na propriedade . |
Binding |
Obtém ou define o associado a BindingInfo esse modelo. |
Binding |
O BindingInfo. (Herdado de ParameterModelBase) |
Controller |
Obtém ou define o ao ControllerModel qual isso PropertyModel está associado. |
Name |
O nome. (Herdado de ParameterModelBase) |
Parameter |
O tipo. (Herdado de ParameterModelBase) |
Properties |
As propriedades. |
Property |
O PropertyInfo. |
Property |
O nome da propriedade. |
ICommon |
Um tipo que é usado para representar uma propriedade em um ControllerModel. |
ICommon |
Um tipo que é usado para representar uma propriedade em um ControllerModel. |
Produto | Versões |
---|---|
ASP.NET Core | 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |