C# Class UCosmic.Www.Mvc.Controllers.AutoMapperAttribute

Inheritance: System.Web.Mvc.ActionFilterAttribute
Afficher le fichier Open project: ucosmic/UCosmicPreview

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AutoMapperAttribute ( Type destType ) : System
OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void

Method Details

AutoMapperAttribute() public méthode

public AutoMapperAttribute ( Type destType ) : System
destType System.Type
Résultat System

OnActionExecuted() public méthode

public OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutedContext
Résultat void