ReflectedActionDescriptor 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
반영된 동작 메서드를 설명하는 정보를 포함합니다.
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(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) |
이 멤버에 대해 사용자 지정 특성 형식의 인스턴스가 하나 이상 정의되어 있는지를 나타냅니다. |