C# Класс ThisMember.Core.MapCollection

A simple helper class that allows you to easily manage multiple mappers that each have their purpose. For example, use this class if you have multiple mappers for update and create scenarios.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
MapCollection ( ) : System
this ( string profile ) : IMemberMapper

Returns a mapper for a certain profile, and creates it if the mapper does not exist yet.

Приватные методы

Метод Описание
CreateMapper ( string profile, IMemberMapper mapper ) : void

Описание методов

MapCollection() публичный Метод

public MapCollection ( ) : System
Результат System

this() публичный Метод

Returns a mapper for a certain profile, and creates it if the mapper does not exist yet.
public this ( string profile ) : IMemberMapper
profile string The profile for which you want to have a mapper.
Результат IMemberMapper