C# Class Kooboo.Commerce.Api.Products.Product

Show file Open project: Kooboo/Ecommerce

Private Properties

Property Type Description

Public Methods

Method Description
GetCustomField ( string fieldName ) : CustomField
GetImage ( string type ) : ProductImage
GetImageUrl ( string type ) : string
GetImageUrls ( string type ) : IEnumerable
GetImages ( string type ) : IEnumerable
Product ( ) : System

Method Details

GetCustomField() public method

public GetCustomField ( string fieldName ) : CustomField
fieldName string
return CustomField

GetImage() public method

public GetImage ( string type ) : ProductImage
type string
return ProductImage

GetImageUrl() public method

public GetImageUrl ( string type ) : string
type string
return string

GetImageUrls() public method

public GetImageUrls ( string type ) : IEnumerable
type string
return IEnumerable

GetImages() public method

public GetImages ( string type ) : IEnumerable
type string
return IEnumerable

Product() public method

public Product ( ) : System
return System