This topic has not yet been rated - Rate this topic

ParameterDescriptor Class

Contains information that describes a parameter.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
public abstract class ParameterDescriptor : ICustomAttributeProvider

The ParameterDescriptor type exposes the following members.

  NameDescription
Protected methodParameterDescriptorInitializes a new instance of the ParameterDescriptor class.
Top
  NameDescription
Public propertyActionDescriptorGets the action descriptor.
Public propertyBindingInfoGets the binding information.
Public propertyDefaultValueGets the default value of the parameter.
Public propertyParameterNameGets the name of the parameter.
Public propertyParameterTypeGets the type of the parameter.
Top
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetCustomAttributes(Boolean)Returns an array of custom attributes that are defined for this member, excluding named attributes.
Public methodGetCustomAttributes(Type, Boolean)Returns an array of custom attributes that are defined for this member, identified by type.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIsDefinedIndicates whether one or more instances of a custom attribute type are defined for this member.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.