PropertyModel Kelas
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
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
- 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 | (Diperoleh dari ParameterModelBase) |
Controller |
Mendapatkan atau mengatur ini ControllerModelPropertyModel terkait dengan. |
Name |
Nama. (Diperoleh dari ParameterModelBase) |
ParameterType |
Jenisnya. (Diperoleh dari ParameterModelBase) |
Properties |
Properti. |
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. |