C# 클래스 ReflectedAutoMap.ViewModelTypeReflector

상속: IViewModelTypeReflector
파일 보기 프로젝트 열기: ryanohs/DynamicServices

공개 메소드들

메소드 설명
GetDestinationModelType ( System.Web.Mvc.ActionExecutedContext filterContext ) : Type

비공개 메소드들

메소드 설명
GetModelType ( object view ) : Type
GetView ( System.Web.Mvc.ActionExecutedContext filterContext ) : IView
GetViewName ( System.Web.Mvc.ActionExecutedContext filterContext, System.Web.Mvc.ViewResultBase viewResultBase ) : string
GetWebFormViewModelType ( System.Web.Mvc.WebFormView view ) : Type
TryDispose ( object view ) : void

메소드 상세

GetDestinationModelType() 공개 메소드

public GetDestinationModelType ( System.Web.Mvc.ActionExecutedContext filterContext ) : Type
filterContext System.Web.Mvc.ActionExecutedContext
리턴 System.Type