C# Class Umbraco.Framework.TypeMapping.MappingEngineCollection

Inheritance: AbstractMappingEngine
Exibir arquivo Open project: aqueduct/UmbracoPugPigConnector Class Usage Examples

Public Methods

Method Description
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

Method Details

Add() public method

public Add ( TypeMapperMetadata>.Lazy binder ) : void
binder TypeMapperMetadata>.Lazy
return void

Configure() public method

public Configure ( ) : void
return void

GetDynamicSupportedMappings() public method

public GetDynamicSupportedMappings ( ) : IEnumerable
return IEnumerable

GetMapHandler() public method

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

Map() public method

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

Map() public method

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

MappingEngineCollection() public method

public MappingEngineCollection ( TypeMapperMetadata>.IEnumerable binders ) : System
binders TypeMapperMetadata>.IEnumerable
return System

TryGetDestinationType() public method

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

TryGetDestinationType() public method

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