Table of Contents

Class ManufacturerService

Namespace
Dynamicweb.Ecommerce.Products
Assembly
Dynamicweb.Ecommerce.dll
public class ManufacturerService : ICacheStorage<string, Manufacturer>, ICacheStorage<string>, ICacheStorage
Inheritance
ManufacturerService
Implements
Inherited Members

Methods

ClearCache()

Resets all keys to the default value for objects stored in the object cache

public void ClearCache()

Delete(Manufacturer)

public void Delete(Manufacturer manufacturer)

Parameters

manufacturer Manufacturer

GetManufacturerById(string)

public Manufacturer GetManufacturerById(string manufacturerId)

Parameters

manufacturerId string

Returns

Manufacturer

GetManufacturers()

public IEnumerable<Manufacturer> GetManufacturers()

Returns

IEnumerable<Manufacturer>

Save(Manufacturer)

public void Save(Manufacturer manufacturer)

Parameters

manufacturer Manufacturer
To top