Class ManufacturerViewModel
- Namespace
- Dynamicweb.Ecommerce.ProductCatalog
- Assembly
- Dynamicweb.Ecommerce.dll
public class ManufacturerViewModel : FillableViewModelBase
- Inheritance
-
ManufacturerViewModel
- Inherited Members
Properties
Address
Gets or sets the manufacturer address.
public string Address { get; set; }
Property Value
City
Gets or sets the manufacturer city.
public string City { get; set; }
Property Value
Country
Gets or sets the manufacturer country.
public string Country { get; set; }
Property Value
Description
Gets or sets the manufacturer description.
public string Description { get; set; }
Property Value
Gets or sets the manufacturer email address.
public string Email { get; set; }
Property Value
Fax
Gets or sets the manufacturer fax number.
public string Fax { get; set; }
Property Value
Id
Gets or sets the manufacturer ID.
public string Id { get; set; }
Property Value
Logo
Gets or sets the manufacturer logo.
public string Logo { get; set; }
Property Value
Name
Gets or sets the manufacturer name.
public string Name { get; set; }
Property Value
Phone
Gets or sets the manufacturer phone number.
public string Phone { get; set; }
Property Value
Web
Gets or sets the manufacturer website.
public string Web { get; set; }
Property Value
ZipCode
Gets or sets the manufacturer zip code.
public string ZipCode { get; set; }