ReflectedParameterDescriptor クラス

定義

リフレクションされたアクション メソッド パラメーターを説明する情報を格納します。

public class ReflectedParameterDescriptor : System.Web.Mvc.ParameterDescriptor
type ReflectedParameterDescriptor = class
    inherit ParameterDescriptor
Public Class ReflectedParameterDescriptor
Inherits ParameterDescriptor
継承
ReflectedParameterDescriptor

コンストラクター

ReflectedParameterDescriptor(ParameterInfo, ActionDescriptor)

ReflectedParameterDescriptor クラスの新しいインスタンスを初期化します。

プロパティ

ActionDescriptor

アクション記述子を取得します。

BindingInfo

バインディング情報を取得します。

DefaultValue

リフレクションされたパラメーターの既定値を取得します。

ParameterInfo

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

ParameterName

パラメーターの名前を取得します。

ParameterType

パラメーターの型を取得します。

メソッド

GetCustomAttributes(Boolean)

このメンバーに定義されているカスタム属性の配列を返します (名前付き属性を除く)。

GetCustomAttributes(Type, Boolean)

型で識別される、このメンバーに対して定義されているカスタム属性の配列を返します。

IsDefined(Type, Boolean)

このメンバーにカスタム属性の型のインスタンスが 1 つ以上定義されているかどうかを示す値を返します。

適用対象