ReflectedParameterDescriptor クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
リフレクションされたアクション メソッド パラメーターを説明する情報を格納します。
public class ReflectedParameterDescriptor : System.Web.Mvc.ParameterDescriptor
type ReflectedParameterDescriptor = class
inherit ParameterDescriptor
Public Class ReflectedParameterDescriptor
Inherits ParameterDescriptor
- 継承
コンストラクター
ReflectedParameterDescriptor(ParameterInfo, ActionDescriptor) |
ReflectedParameterDescriptor クラスの新しいインスタンスを初期化します。 |
プロパティ
ActionDescriptor |
アクション記述子を取得します。 |
BindingInfo |
バインディング情報を取得します。 |
DefaultValue |
リフレクションされたパラメーターの既定値を取得します。 |
ParameterInfo |
パラメーター情報を取得または設定します。 |
ParameterName |
パラメーターの名前を取得します。 |
ParameterType |
パラメーターの型を取得します。 |
メソッド
GetCustomAttributes(Boolean) |
このメンバーに定義されているカスタム属性の配列を返します (名前付き属性を除く)。 |
GetCustomAttributes(Type, Boolean) |
型で識別される、このメンバーに対して定義されているカスタム属性の配列を返します。 |
IsDefined(Type, Boolean) |
このメンバーにカスタム属性の型のインスタンスが 1 つ以上定義されているかどうかを示す値を返します。 |