C# Class ReflectedAutoMap.ViewModelTypeReflector

Inheritance: IViewModelTypeReflector
Afficher le fichier Open project: ryanohs/DynamicServices

Méthodes publiques

Méthode Description
GetDestinationModelType ( System.Web.Mvc.ActionExecutedContext filterContext ) : Type

Private Methods

Méthode Description
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

Method Details

GetDestinationModelType() public méthode

public GetDestinationModelType ( System.Web.Mvc.ActionExecutedContext filterContext ) : Type
filterContext System.Web.Mvc.ActionExecutedContext
Résultat System.Type