C# Класс Umbraco.Framework.TypeMapping.MappingEngineCollection

Наследование: AbstractMappingEngine
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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