Table of Contents

Class Manufacturer

Namespace
Dynamicweb.Ecommerce.Products
Assembly
Dynamicweb.Ecommerce.dll

Represents a manufacturer of products.

[Serializable]
public class Manufacturer : IDisplayName
Inheritance
Manufacturer
Implements
Inherited Members

Properties

Address

Manufacturer address

public string? Address { get; set; }

Property Value

string

City

Manufacturer city

public string? City { get; set; }

Property Value

string

Country

Manufacturer country

public string? Country { get; set; }

Property Value

string

Description

Manufacturer description

public string? Description { get; set; }

Property Value

string

Email

Manufacturer Email

public string? Email { get; set; }

Property Value

string

Fax

Manufacturer fax

public string? Fax { get; set; }

Property Value

string

Id

Manufacturer Id

public string Id { get; set; }

Property Value

string

Manufacturer logo

public string? Logo { get; set; }

Property Value

string

Name

Manufacturer name

public string? Name { get; set; }

Property Value

string

Phone

Manufacturer phone

public string? Phone { get; set; }

Property Value

string

Web

Manufacturer Web address

public string? Web { get; set; }

Property Value

string

ZipCode

Manufacturer ZIP code

public string? ZipCode { get; set; }

Property Value

string

Methods

GetDisplayName()

Yields a human-readable name for rendering.

public string GetDisplayName()

Returns

string

name

To top