C# 클래스 ProxyGenerator.Manager.MethodManager

상속: IMethodManager
파일 보기 프로젝트 열기: squadwuschel/MvcControllerToProxyGenerator 1 사용 예제들

공개 메소드들

메소드 설명
GetCreateWindowLocationHrefLink ( MethodInfo methodInfo ) : bool

Den wert aus "CreateWindowLocationHrefLink" im Attribut ermitteln und den entsprechend gesetzten Wert zurückgeben.

GetProxyReturnType ( MethodInfo methodInfo ) : Type

Zur übergebenen MethodInformation in den Attributen prüfen ob wir unser CustomAttribut gesetzt haben und wenn ja Das Attribut ReturnType ermiteln und dessen Type zurückgeben.

LoadMethodInfos ( Type controller, Type proxyTypeAttribute ) : List

Laden der Methodeninformationen für die übergebene Klasse (Controller)

MethodManager ( IProxyGeneratorFactoryManager proxyGeneratorFactory ) : System

메소드 상세

GetCreateWindowLocationHrefLink() 공개 메소드

Den wert aus "CreateWindowLocationHrefLink" im Attribut ermitteln und den entsprechend gesetzten Wert zurückgeben.
public GetCreateWindowLocationHrefLink ( MethodInfo methodInfo ) : bool
methodInfo System.Reflection.MethodInfo
리턴 bool

GetProxyReturnType() 공개 메소드

Zur übergebenen MethodInformation in den Attributen prüfen ob wir unser CustomAttribut gesetzt haben und wenn ja Das Attribut ReturnType ermiteln und dessen Type zurückgeben.
public GetProxyReturnType ( MethodInfo methodInfo ) : Type
methodInfo System.Reflection.MethodInfo
리턴 System.Type

LoadMethodInfos() 공개 메소드

Laden der Methodeninformationen für die übergebene Klasse (Controller)
public LoadMethodInfos ( Type controller, Type proxyTypeAttribute ) : List
controller System.Type
proxyTypeAttribute System.Type
리턴 List

MethodManager() 공개 메소드

public MethodManager ( IProxyGeneratorFactoryManager proxyGeneratorFactory ) : System
proxyGeneratorFactory IProxyGeneratorFactoryManager
리턴 System