Table of Contents

Class ProductVatGroupService

Namespace
Dynamicweb.Ecommerce.Products
Assembly
Dynamicweb.Ecommerce.dll
public class ProductVatGroupService : ICacheStorage<ProductVatGroupKey, IEnumerable<ProductVatGroup>>, ICacheStorage<ProductVatGroupKey>, ICacheStorage
Inheritance
ProductVatGroupService
Implements
Inherited Members

Methods

ClearCache()

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

public void ClearCache()

ClearCache(string, string)

public void ClearCache(string productId, string variantId)

Parameters

productId string
variantId string

Delete(ProductVatGroup)

public void Delete(ProductVatGroup productVatGroup)

Parameters

productVatGroup ProductVatGroup

GetByProductId(string, string)

public IEnumerable<ProductVatGroup> GetByProductId(string productId, string variantId)

Parameters

productId string
variantId string

Returns

IEnumerable<ProductVatGroup>

GetVatgroupId(string, string, string)

public string GetVatgroupId(string productId, string variantId, string vatCountryCode)

Parameters

productId string
variantId string
vatCountryCode string

Returns

string

Save(ProductVatGroup)

public void Save(ProductVatGroup productVatGroup)

Parameters

productVatGroup ProductVatGroup
To top