Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Guidelines
Ioc
StructureMap
Conventions
DefaultMapperConvention
C# Class Guidelines.Ioc.StructureMap.Conventions.DefaultMapperConvention
Inheritance:
IRegistrationConvention
Mostra file
Open project: basicdays/Guidelines
Public Methods
Method
Description
Process
(
Type
type
,
Registry
registry
) :
void
Private Methods
Method
Description
RegisterTypes
(
Type
type
,
Registry
registry
,
Type
genericCommand
,
Type
handler
,
Type
handlerInterface
) :
void
Method Details
Process()
public
method
public
Process
(
Type
type
,
Registry
registry
) :
void
type
System.Type
registry
Registry
return
void