ControllerBoundPropertyDescriptor クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コントローラーのモデル バインド プロパティの記述子。
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() |
コントローラーのモデル バインド プロパティの記述子。 |
プロパティ
BindingInfo |
パラメーターの を BindingInfo 取得または設定します。 (継承元 ParameterDescriptor) |
Name |
パラメーター名を取得または設定します。 (継承元 ParameterDescriptor) |
ParameterType |
パラメーターの型を取得または設定します。 (継承元 ParameterDescriptor) |
PropertyInfo |
このプロパティの を PropertyInfo 取得または設定します。 |