Class ManufacturerViewModel
- Namespace
- Dynamicweb.Ecommerce.ProductCatalog
- Assembly
- Dynamicweb.Ecommerce.dll
public class ManufacturerViewModel : FillableViewModelBase
- Inheritance
-
ManufacturerViewModel
- Inherited Members
Properties
Address
public string Address { get; set; }
Property Value
City
public string City { get; set; }
Property Value
Country
public string Country { get; set; }
Property Value
Description
public string Description { get; set; }
Property Value
public string Email { get; set; }
Property Value
Fax
public string Fax { get; set; }
Property Value
Id
public string Id { get; set; }
Property Value
Logo
public string Logo { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
Phone
public string Phone { get; set; }
Property Value
Web
public string Web { get; set; }
Property Value
ZipCode
public string ZipCode { get; set; }