次の方法で共有


ControllerBoundPropertyDescriptor クラス

定義

コントローラーのモデル バインド プロパティの記述子。

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
継承
ControllerBoundPropertyDescriptor
実装

コンストラクター

ControllerBoundPropertyDescriptor()

コントローラーのモデル バインド プロパティの記述子。

プロパティ

BindingInfo

パラメーターの を BindingInfo 取得または設定します。

(継承元 ParameterDescriptor)
Name

パラメーター名を取得または設定します。

(継承元 ParameterDescriptor)
ParameterType

パラメーターの型を取得または設定します。

(継承元 ParameterDescriptor)
PropertyInfo

このプロパティの を PropertyInfo 取得または設定します。

適用対象