C# 클래스 VirtoCommerce.Web.Convertors.DynamicPropertyConverter

파일 보기 프로젝트 열기: VirtoCommerce/vc-internal

공개 메소드들

메소드 설명
ToServiceModel ( this dynamicProperty ) : VirtoCommerce.ApiClient.DataContracts.DynamicProperties.DynamicProperty
ToServiceModel ( this propertyItem ) : VirtoCommerce.ApiClient.DataContracts.DynamicProperties.DynamicPropertyDictionaryItem
ToViewModel ( this property ) : DynamicProperty
ToViewModel ( this dictItem ) : DynamicPropertyDictionaryItem

메소드 상세

ToServiceModel() 공개 정적인 메소드

public static ToServiceModel ( this dynamicProperty ) : VirtoCommerce.ApiClient.DataContracts.DynamicProperties.DynamicProperty
dynamicProperty this
리턴 VirtoCommerce.ApiClient.DataContracts.DynamicProperties.DynamicProperty

ToServiceModel() 공개 정적인 메소드

public static ToServiceModel ( this propertyItem ) : VirtoCommerce.ApiClient.DataContracts.DynamicProperties.DynamicPropertyDictionaryItem
propertyItem this
리턴 VirtoCommerce.ApiClient.DataContracts.DynamicProperties.DynamicPropertyDictionaryItem

ToViewModel() 공개 정적인 메소드

public static ToViewModel ( this property ) : DynamicProperty
property this
리턴 VirtoCommerce.Web.Models.DynamicProperty

ToViewModel() 공개 정적인 메소드

public static ToViewModel ( this dictItem ) : DynamicPropertyDictionaryItem
dictItem this
리턴 VirtoCommerce.Web.Models.DynamicPropertyDictionaryItem