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
- string
City
public string City { get; set; }
Property Value
- string
Country
public string Country { get; set; }
Property Value
- string
Description
public string Description { get; set; }
Property Value
- string
Email
public string Email { get; set; }
Property Value
- string
Fax
public string Fax { get; set; }
Property Value
- string
Id
public string Id { get; set; }
Property Value
- string
Logo
public string Logo { get; set; }
Property Value
- string
Name
public string Name { get; set; }
Property Value
- string
Phone
public string Phone { get; set; }
Property Value
- string
Web
public string Web { get; set; }
Property Value
- string
ZipCode
public string ZipCode { get; set; }
Property Value
- string