C# 클래스 Kooboo.Commerce.Api.Local.Products.Mapping.ProductVariantMapper

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

공개 메소드들

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