ReflectedActionDescriptor Class

 

Contains information that describes a reflected action method.

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

System::Object
  System.Web.Mvc::ActionDescriptor
    System.Web.Mvc::ReflectedActionDescriptor

public ref class ReflectedActionDescriptor : ActionDescriptor, 
	IMethodInfoActionDescriptor

NameDescription
System_CAPS_pubmethodReflectedActionDescriptor(MethodInfo^, String^, ControllerDescriptor^)

Initializes a new instance of the ReflectedActionDescriptor class.

NameDescription
System_CAPS_pubpropertyActionName

Gets the name of the action.(Overrides ActionDescriptor::ActionName.)

System_CAPS_pubpropertyControllerDescriptor

Gets the controller descriptor.(Overrides ActionDescriptor::ControllerDescriptor.)

System_CAPS_pubpropertyMethodInfo

Gets or sets the action-method information.

System_CAPS_pubpropertyUniqueId

Gets the unique ID for the reflected action descriptor using lazy initialization.(Overrides ActionDescriptor::UniqueId.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodExecute(ControllerContext^, IDictionary<String^, Object^>^)

Executes the specified controller context by using the specified action-method parameters.(Overrides ActionDescriptor::Execute(ControllerContext^, IDictionary<String^, Object^>^).)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetCustomAttributes(Boolean)

Returns an array of custom attributes defined for this member, excluding named attributes.(Overrides ActionDescriptor::GetCustomAttributes(Boolean).)

System_CAPS_pubmethodGetCustomAttributes(Type^, Boolean)

Returns an array of custom attributes defined for this member, identified by type.(Overrides ActionDescriptor::GetCustomAttributes(Type^, Boolean).)

System_CAPS_pubmethodGetFilterAttributes(Boolean)

Gets the filter attributes.(Overrides ActionDescriptor::GetFilterAttributes(Boolean).)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetParameters()

Retrieves the parameters of the action method.(Overrides ActionDescriptor::GetParameters().)

System_CAPS_pubmethodGetSelectors()

Retrieves the action selectors.(Overrides ActionDescriptor::GetSelectors().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIsDefined(Type^, Boolean)

Indicates whether one or more instances of a custom attribute type are defined for this member.(Overrides ActionDescriptor::IsDefined(Type^, Boolean).)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: