Table of Contents

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

string

City

Gets or sets the manufacturer city.

public string City { get; set; }

Property Value

string

Country

Gets or sets the manufacturer country.

public string Country { get; set; }

Property Value

string

Description

Gets or sets the manufacturer description.

public string Description { get; set; }

Property Value

string

Email

Gets or sets the manufacturer email address.

public string Email { get; set; }

Property Value

string

Fax

Gets or sets the manufacturer fax number.

public string Fax { get; set; }

Property Value

string

Id

Gets or sets the manufacturer ID.

public string Id { get; set; }

Property Value

string

Gets or sets the manufacturer logo.

public string Logo { get; set; }

Property Value

string

Name

Gets or sets the manufacturer name.

public string Name { get; set; }

Property Value

string

Phone

Gets or sets the manufacturer phone number.

public string Phone { get; set; }

Property Value

string

Web

Gets or sets the manufacturer website.

public string Web { get; set; }

Property Value

string

ZipCode

Gets or sets the manufacturer zip code.

public string ZipCode { get; set; }

Property Value

string
To top