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

Inheritance: System.Web.Mvc.ActionFilterAttribute
Show file Open project: ucosmic/UCosmicPreview

Private Properties

Property Type Description

Public Methods

Method Description
AutoMapperAttribute ( Type destType ) : System
OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void

Method Details

AutoMapperAttribute() public method

public AutoMapperAttribute ( Type destType ) : System
destType System.Type
return System

OnActionExecuted() public method

public OnActionExecuted ( System.Web.Mvc.ActionExecutedContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutedContext
return void