C# 클래스 Umbraco.Framework.TypeMapping.MappingEngineCollection

상속: AbstractMappingEngine
파일 보기 프로젝트 열기: aqueduct/UmbracoPugPigConnector 1 사용 예제들

공개 메소드들

메소드 설명
Add ( TypeMapperMetadata>.Lazy binder ) : void
Configure ( ) : void
GetDynamicSupportedMappings ( ) : IEnumerable
GetMapHandler ( Type sourceType, Type destinationType, bool allowInheritedTypes = true ) : AbstractMappingEngine
Map ( object source, Type sourceType, Type destinationType ) : object
Map ( object source, object destination, Type sourceType, Type destinationType ) : void
MappingEngineCollection ( TypeMapperMetadata>.IEnumerable binders ) : System
TryGetDestinationType ( Type sourceType, Type &destinationType ) : bool
TryGetDestinationType ( Type sourceType, Type baseDestinationType, Type &destinationType ) : bool

메소드 상세

Add() 공개 메소드

public Add ( TypeMapperMetadata>.Lazy binder ) : void
binder TypeMapperMetadata>.Lazy
리턴 void

Configure() 공개 메소드

public Configure ( ) : void
리턴 void

GetDynamicSupportedMappings() 공개 메소드

public GetDynamicSupportedMappings ( ) : IEnumerable
리턴 IEnumerable

GetMapHandler() 공개 메소드

public GetMapHandler ( Type sourceType, Type destinationType, bool allowInheritedTypes = true ) : AbstractMappingEngine
sourceType System.Type
destinationType System.Type
allowInheritedTypes bool
리턴 AbstractMappingEngine

Map() 공개 메소드

public Map ( object source, Type sourceType, Type destinationType ) : object
source object
sourceType System.Type
destinationType System.Type
리턴 object

Map() 공개 메소드

public Map ( object source, object destination, Type sourceType, Type destinationType ) : void
source object
destination object
sourceType System.Type
destinationType System.Type
리턴 void

MappingEngineCollection() 공개 메소드

public MappingEngineCollection ( TypeMapperMetadata>.IEnumerable binders ) : System
binders TypeMapperMetadata>.IEnumerable
리턴 System

TryGetDestinationType() 공개 메소드

public TryGetDestinationType ( Type sourceType, Type &destinationType ) : bool
sourceType System.Type
destinationType System.Type
리턴 bool

TryGetDestinationType() 공개 메소드

public TryGetDestinationType ( Type sourceType, Type baseDestinationType, Type &destinationType ) : bool
sourceType System.Type
baseDestinationType System.Type
destinationType System.Type
리턴 bool