다음을 통해 공유


ReflectedActionDescriptor 클래스

정의

반영된 동작 메서드를 설명하는 정보를 포함합니다.

public class ReflectedActionDescriptor : System.Web.Mvc.ActionDescriptor, System.Web.Mvc.IMethodInfoActionDescriptor
type ReflectedActionDescriptor = class
    inherit ActionDescriptor
    interface IMethodInfoActionDescriptor
Public Class ReflectedActionDescriptor
Inherits ActionDescriptor
Implements IMethodInfoActionDescriptor
상속
ReflectedActionDescriptor
구현

생성자

ReflectedActionDescriptor(MethodInfo, String, ControllerDescriptor)

ReflectedActionDescriptor 클래스의 새 인스턴스를 초기화합니다.

속성

ActionName

작업의 이름을 가져옵니다.

ControllerDescriptor

컨트롤러 설명자를 가져옵니다.

MethodInfo

동작 메서드 정보를 가져오거나 설정합니다.

UniqueId

초기화 지연을 사용해 반영된 동작 설명자의 고유 ID를 가져옵니다.

메서드

Execute(ControllerContext, IDictionary<String,Object>)

지정된 동작 메서드 매개 변수를 사용하여 지정된 컨트롤러 컨텍스트를 실행합니다.

GetCustomAttributes(Boolean)

이 멤버에 대해 정의된 사용자 지정 특성의 배열을 반환합니다(명명된 특성 제외).

GetCustomAttributes(Type, Boolean)

이 멤버에 대해 정의된 사용자 지정 특성의 배열을 반환합니다(형식으로 식별됨).

GetFilterAttributes(Boolean)

필터 특성을 가져옵니다.

GetFilters()
사용되지 않음.

이 동작 메서드에 연결된 필터를 반환합니다.

(다음에서 상속됨 ActionDescriptor)
GetParameters()

동작 메서드의 매개 변수를 검색합니다.

GetSelectors()

작업 선택기를 검색합니다.

IsDefined(Type, Boolean)

이 멤버에 대해 사용자 지정 특성 형식의 인스턴스가 하나 이상 정의되어 있는지를 나타냅니다.

적용 대상