ProductAttributeDto
public class ProductAttributeDto : ProductAttributeBasicDto
Inheritance
- class ProductAttributeBasicDto
Namespace
Constructors
ProductAttributeDto
The default constructor.
public ProductAttributeDto()
Properties
NameTranslations
public IDictionary<string, string> NameTranslations { get; set; }
Values
public List<ProductAttributeValueDto> Values { get; set; }