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.
파일 보기 프로젝트 열기: JulianR/ThisMember 1 사용 예제들

공개 메소드들

메소드 설명
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