Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
DomainMappingConfiguration
DomainMappingInitializator
C# Class DomainMappingConfiguration.DomainMappingInitializator
The test domain mapping registrator.
Inheritance:
IMapperInitializator
Show file
Open project: antonsamarsky/emitmapper-tools
Public Methods
Method
Description
ConfigureMapper
(
MapperCore
mapperCore
) :
void
Configures the mapper.
Method Details
ConfigureMapper()
public
method
Configures the mapper.
public
ConfigureMapper
(
MapperCore
mapperCore
) :
void
mapperCore
MapperCore
The mapper core.
return
void