ReflectedParameterDescriptor Properties

 

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

NameDescription
System_CAPS_pubpropertyActionDescriptor

Gets the action descriptor.(Overrides ParameterDescriptor.ActionDescriptor.)

System_CAPS_pubpropertyBindingInfo

Gets the binding information.(Overrides ParameterDescriptor.BindingInfo.)

System_CAPS_pubpropertyDefaultValue

Gets the default value of the reflected parameter.(Overrides ParameterDescriptor.DefaultValue.)

System_CAPS_pubpropertyParameterInfo

Gets or sets the parameter information.

System_CAPS_pubpropertyParameterName

Gets the name of the parameter.(Overrides ParameterDescriptor.ParameterName.)

System_CAPS_pubpropertyParameterType

Gets the type of the parameter.(Overrides ParameterDescriptor.ParameterType.)

Return to top
Show: