C# 클래스 Kooboo.Commerce.Api.Local.Categories.Mapping.CategoryMapper

상속: Kooboo.Commerce.Api.Local.Mapping.DefaultObjectMapper
파일 보기 프로젝트 열기: Kooboo/Ecommerce

공개 메소드들

메소드 설명
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