ControllerBoundPropertyDescriptor Sınıf
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Bir denetleyicinin modele bağlı özellikleri için tanımlayıcı.
public ref class ControllerBoundPropertyDescriptor : Microsoft::AspNetCore::Mvc::Abstractions::ParameterDescriptor
public ref class ControllerBoundPropertyDescriptor : Microsoft::AspNetCore::Mvc::Abstractions::ParameterDescriptor, Microsoft::AspNetCore::Mvc::Infrastructure::IPropertyInfoParameterDescriptor
public class ControllerBoundPropertyDescriptor : Microsoft.AspNetCore.Mvc.Abstractions.ParameterDescriptor
public class ControllerBoundPropertyDescriptor : Microsoft.AspNetCore.Mvc.Abstractions.ParameterDescriptor, Microsoft.AspNetCore.Mvc.Infrastructure.IPropertyInfoParameterDescriptor
type ControllerBoundPropertyDescriptor = class
inherit ParameterDescriptor
type ControllerBoundPropertyDescriptor = class
inherit ParameterDescriptor
interface IPropertyInfoParameterDescriptor
Public Class ControllerBoundPropertyDescriptor
Inherits ParameterDescriptor
Public Class ControllerBoundPropertyDescriptor
Inherits ParameterDescriptor
Implements IPropertyInfoParameterDescriptor
- Devralma
- Uygulamalar
Oluşturucular
ControllerBoundPropertyDescriptor() |
Bir denetleyicinin modele bağlı özellikleri için tanımlayıcı. |
Özellikler
BindingInfo |
parametresi için öğesini BindingInfo alır veya ayarlar. (Devralındığı yer: ParameterDescriptor) |
Name |
Parametre adını alır veya ayarlar. (Devralındığı yer: ParameterDescriptor) |
ParameterType |
Parametrenin türünü alır veya ayarlar. (Devralındığı yer: ParameterDescriptor) |
PropertyInfo |
Bu özellik için öğesini PropertyInfo alır veya ayarlar. |