C# Class Kooboo.Commerce.Api.Local.Carts.Mapping.ShoppingCartMapper

Inheritance: Kooboo.Commerce.Api.Local.Mapping.DefaultObjectMapper
Datei anzeigen Open project: Kooboo/Ecommerce

Public Methods

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

Method Details

Map() public method

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
return object