C# 클래스 Moo.MappingOptions

Contains mapping options
파일 보기 프로젝트 열기: dclucas/MOO 1 사용 예제들

공개 메소드들

메소드 설명
MappingOptions ( ) : Moo.Mappers

Initializes a new instance of the MappingOptions class.

MappingOptions ( IEnumerable mapperOrder ) : System

Initializes a new instance of the MappingOptions class.

메소드 상세

MappingOptions() 공개 메소드

Initializes a new instance of the MappingOptions class.
public MappingOptions ( ) : Moo.Mappers
리턴 Moo.Mappers

MappingOptions() 공개 메소드

Initializes a new instance of the MappingOptions class.
public MappingOptions ( IEnumerable mapperOrder ) : System
mapperOrder IEnumerable The internal mappers, in order.
리턴 System