ReflectedParameterDescriptor Class

Definition

Contains information that describes a reflected action-method parameter.

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

Constructors

ReflectedParameterDescriptor(ParameterInfo, ActionDescriptor)

Initializes a new instance of the ReflectedParameterDescriptor class.

Properties

ActionDescriptor

Gets the action descriptor.

BindingInfo

Gets the binding information.

DefaultValue

Gets the default value of the reflected parameter.

ParameterInfo

Gets or sets the parameter information.

ParameterName

Gets the name of the parameter.

ParameterType

Gets the type of the parameter.

Methods

GetCustomAttributes(Boolean)

Returns an array of custom attributes that are defined for this member, excluding named attributes.

GetCustomAttributes(Type, Boolean)

Returns an array of custom attributes that are defined for this member, identified by type.

IsDefined(Type, Boolean)

Returns a value that indicates whether one or more instances of a custom attribute type are defined for this member.

Applies to