C# Class Kooboo.Commerce.Api.Local.Categories.Mapping.CategoryMapper

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
IsComplexPropertyIncluded ( System property, string propertyPath, MappingContext context ) : bool

Method Details

IsComplexPropertyIncluded() protected méthode

protected IsComplexPropertyIncluded ( System property, string propertyPath, MappingContext context ) : bool
property System
propertyPath string
context Kooboo.Commerce.Api.Local.Mapping.MappingContext
Résultat bool

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