次の方法で共有


PageBoundPropertyDescriptor クラス

定義

ページ バインド プロパティについて説明します。

public ref class PageBoundPropertyDescriptor : Microsoft::AspNetCore::Mvc::Abstractions::ParameterDescriptor
public ref class PageBoundPropertyDescriptor : Microsoft::AspNetCore::Mvc::Abstractions::ParameterDescriptor, Microsoft::AspNetCore::Mvc::Infrastructure::IPropertyInfoParameterDescriptor
public class PageBoundPropertyDescriptor : Microsoft.AspNetCore.Mvc.Abstractions.ParameterDescriptor
public class PageBoundPropertyDescriptor : Microsoft.AspNetCore.Mvc.Abstractions.ParameterDescriptor, Microsoft.AspNetCore.Mvc.Infrastructure.IPropertyInfoParameterDescriptor
type PageBoundPropertyDescriptor = class
    inherit ParameterDescriptor
type PageBoundPropertyDescriptor = class
    inherit ParameterDescriptor
    interface IPropertyInfoParameterDescriptor
Public Class PageBoundPropertyDescriptor
Inherits ParameterDescriptor
Public Class PageBoundPropertyDescriptor
Inherits ParameterDescriptor
Implements IPropertyInfoParameterDescriptor
継承
PageBoundPropertyDescriptor
実装

コンストラクター

PageBoundPropertyDescriptor()

ページ バインド プロパティについて説明します。

プロパティ

BindingInfo

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

(継承元 ParameterDescriptor)
Name

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

(継承元 ParameterDescriptor)
ParameterType

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

(継承元 ParameterDescriptor)
Property

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

明示的なインターフェイスの実装

IPropertyInfoParameterDescriptor.PropertyInfo

ページ バインド プロパティについて説明します。

適用対象