C# 클래스 Kooboo.Commerce.Api.Products.Product

파일 보기 프로젝트 열기: Kooboo/Ecommerce

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetCustomField ( string fieldName ) : CustomField
GetImage ( string type ) : ProductImage
GetImageUrl ( string type ) : string
GetImageUrls ( string type ) : IEnumerable
GetImages ( string type ) : IEnumerable
Product ( ) : System

메소드 상세

GetCustomField() 공개 메소드

public GetCustomField ( string fieldName ) : CustomField
fieldName string
리턴 CustomField

GetImage() 공개 메소드

public GetImage ( string type ) : ProductImage
type string
리턴 ProductImage

GetImageUrl() 공개 메소드

public GetImageUrl ( string type ) : string
type string
리턴 string

GetImageUrls() 공개 메소드

public GetImageUrls ( string type ) : IEnumerable
type string
리턴 IEnumerable

GetImages() 공개 메소드

public GetImages ( string type ) : IEnumerable
type string
리턴 IEnumerable

Product() 공개 메소드

public Product ( ) : System
리턴 System