C# Class Junior.Route.AutoRouting.CustomMapperMappers.Attributes.CustomMapperAttribute

Inheritance: System.Attribute
Exibir arquivo Open project: nathan-alden/junior-route

Public Methods

Method Description
CustomMapperAttribute ( Type customMapperType ) : System
Map ( Routing route, IContainer container ) : void

Method Details

CustomMapperAttribute() public method

public CustomMapperAttribute ( Type customMapperType ) : System
customMapperType System.Type
return System

Map() public method

public Map ( Routing route, IContainer container ) : void
route Routing
container IContainer
return void