Bagikan melalui


PropertyModel Kelas

Definisi

Jenis yang digunakan untuk mewakili properti dalam 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
Warisan
PropertyModel
Warisan
PropertyModel
Penerapan

Konstruktor

PropertyModel(PropertyInfo, IReadOnlyList<Object>)

Membuat instans baru .PropertyModel

PropertyModel(PropertyModel)

Membuat instans baru dari PropertyModelPropertyModel.

Properti

Attributes

Mendapatkan atribut apa pun yang diannotasikan pada properti .

BindingInfo

Mendapatkan atau mengatur yang BindingInfo terkait dengan model ini.

BindingInfo

BindingInfo.

(Diperoleh dari ParameterModelBase)
Controller

Mendapatkan atau mengatur ini ControllerModelPropertyModel terkait dengan.

Name

Nama.

(Diperoleh dari ParameterModelBase)
ParameterType

Jenisnya.

(Diperoleh dari ParameterModelBase)
Properties

Properti.

PropertyInfo

PropertyInfo.

PropertyName

Nama properti.

Implementasi Antarmuka Eksplisit

ICommonModel.MemberInfo

Jenis yang digunakan untuk mewakili properti dalam ControllerModel.

ICommonModel.Name

Jenis yang digunakan untuk mewakili properti dalam ControllerModel.

Berlaku untuk