C# Класс Kooboo.Commerce.Api.Local.Products.Mapping.ProductVariantMapper

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

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

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

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

Метод Описание
MapProperty ( System targetProperty, object source, object target, Type sourceType, Type targetType, string propertyPath, MappingContext context ) : void

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

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

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

protected MapProperty ( System targetProperty, object source, object target, Type sourceType, Type targetType, string propertyPath, MappingContext context ) : void
targetProperty System
source object
target object
sourceType System.Type
targetType System.Type
propertyPath string
context Kooboo.Commerce.Api.Local.Mapping.MappingContext
Результат void