Udostępnij za pośrednictwem


PropertyModel Klasa

Definicja

Typ używany do reprezentowania właściwości w obiekcie 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
Dziedziczenie
PropertyModel
Dziedziczenie
PropertyModel
Implementuje

Konstruktory

PropertyModel(PropertyInfo, IReadOnlyList<Object>)

Tworzy nowe wystąpienie klasy PropertyModel.

PropertyModel(PropertyModel)

Tworzy nowe wystąpienie obiektu PropertyModel na podstawie danego PropertyModelobiektu .

Właściwości

Attributes

Pobiera wszystkie atrybuty, które są adnotacjami we właściwości.

BindingInfo

Pobiera lub ustawia BindingInfo skojarzone z tym modelem.

BindingInfo

Element BindingInfo.

(Odziedziczone po ParameterModelBase)
Controller

Pobiera lub ustawia ControllerModel , z tym PropertyModel elementem jest skojarzony.

Name

Nazwa.

(Odziedziczone po ParameterModelBase)
ParameterType

Typ.

(Odziedziczone po ParameterModelBase)
Properties

Właściwości.

PropertyInfo

Element PropertyInfo.

PropertyName

Nazwa właściwości.

Jawne implementacje interfejsu

ICommonModel.MemberInfo

Typ używany do reprezentowania właściwości w obiekcie ControllerModel.

ICommonModel.Name

Typ używany do reprezentowania właściwości w obiekcie ControllerModel.

Dotyczy