C# Класс Kooboo.Commerce.Api.Local.Categories.Mapping.CategoryMapper

Наследование: Kooboo.Commerce.Api.Local.Mapping.DefaultObjectMapper
Показать файл Открыть проект

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

Метод Описание
Map ( object source, object target, Type sourceType, Type targetType, string prefix, MappingContext context ) : object

Защищенные методы

Метод Описание
IsComplexPropertyIncluded ( System property, string propertyPath, MappingContext context ) : bool

Описание методов

IsComplexPropertyIncluded() защищенный Метод

protected IsComplexPropertyIncluded ( System property, string propertyPath, MappingContext context ) : bool
property System
propertyPath string
context Kooboo.Commerce.Api.Local.Mapping.MappingContext
Результат bool

Map() публичный Метод

public Map ( object source, object target, Type sourceType, Type targetType, string prefix, MappingContext context ) : object
source object
target object
sourceType System.Type
targetType System.Type
prefix string
context Kooboo.Commerce.Api.Local.Mapping.MappingContext
Результат object