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
City
Manufacturer city
public string? City { get; set; }
Property Value
Country
Manufacturer country
public string? Country { get; set; }
Property Value
Description
Manufacturer description
public string? Description { get; set; }
Property Value
Manufacturer Email
public string? Email { get; set; }
Property Value
Fax
Manufacturer fax
public string? Fax { get; set; }
Property Value
Id
Manufacturer Id
public string Id { get; set; }
Property Value
Logo
Manufacturer logo
public string? Logo { get; set; }
Property Value
Name
Manufacturer name
public string? Name { get; set; }
Property Value
Phone
Manufacturer phone
public string? Phone { get; set; }
Property Value
Web
Manufacturer Web address
public string? Web { get; set; }
Property Value
ZipCode
Manufacturer ZIP code
public string? ZipCode { get; set; }
Property Value
Methods
GetDisplayName()
Yields a human-readable name for rendering.
public string GetDisplayName()
Returns
- string
name