C# Class Kooboo.Commerce.Api.Local.Products.Mapping.ProductVariantMapper

Inheritance: Kooboo.Commerce.Api.Local.Mapping.DefaultObjectMapper
Afficher le fichier Open project: Kooboo/Ecommerce

Méthodes publiques

Méthode Description
Map ( object source, object target, Type sourceType, Type targetType, string prefix, MappingContext context ) : object

Méthodes protégées

Méthode Description
MapProperty ( System targetProperty, object source, object target, Type sourceType, Type targetType, string propertyPath, MappingContext context ) : void

Method Details

Map() public méthode

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
Résultat object

MapProperty() protected méthode

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
Résultat void