C# Class CRL.Product.Product

Inheritance: ProductBase
Show file Open project: hubro-xx/CRL2

Public Properties

Property Type Description
PropertyObj CRL.Property.PropertyValue>.Dictionary
TagData string

Private Properties

Property Type Description

Public Methods

Method Description
GetDetailImage ( ) : List
GetTagData ( ) : string

生成自定义数据,放入购物车

Method Details

GetDetailImage() public method

public GetDetailImage ( ) : List
return List

GetTagData() public method

生成自定义数据,放入购物车
public GetTagData ( ) : string
return string

Property Details

PropertyObj public property

转换过后的属性值对象
public Dictionary PropertyObj
return CRL.Property.PropertyValue>.Dictionary

TagData public property

传入购物车的TagData
public string TagData
return string