PropertyModel Klasse

Definition

Ein Typ, der verwendet wird, um eine Eigenschaft in einem ControllerModeldarzustellen.

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
Vererbung
PropertyModel
Vererbung
PropertyModel
Implementiert

Konstruktoren

PropertyModel(PropertyInfo, IReadOnlyList<Object>)

Erstellt eine neue Instanz von PropertyModel.

PropertyModel(PropertyModel)

Erstellt eine neue instance von PropertyModel aus einem angegebenen PropertyModel.

Eigenschaften

Attributes

Ruft alle Attribute ab, die für die -Eigenschaft mit Anmerkungen versehen sind.

BindingInfo

Ruft das ab, das BindingInfo diesem Modell zugeordnet ist, oder legt diesen fest.

BindingInfo

Die BindingInfo.

(Geerbt von ParameterModelBase)
Controller

Ruft den ab, dem dies ControllerModel zugeordnet ist, oder legt diesen PropertyModel fest.

Name

Der Name.

(Geerbt von ParameterModelBase)
ParameterType

Der Typ.

(Geerbt von ParameterModelBase)
Properties

Die Eigenschaften.

PropertyInfo

Die PropertyInfo.

PropertyName

Der Name der Eigenschaft.

Explizite Schnittstellenimplementierungen

ICommonModel.MemberInfo

Ein Typ, der verwendet wird, um eine Eigenschaft in einem ControllerModeldarzustellen.

ICommonModel.Name

Ein Typ, der verwendet wird, um eine Eigenschaft in einem ControllerModeldarzustellen.

Gilt für: