 | DetailService Class |
Inheritance Hierarchy
Namespace:
Dynamicweb.Ecommerce.Products
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntaxpublic class DetailService
Public Class DetailService
The DetailService type exposes the following members.
Constructors
| Name | Description |
---|
 | DetailService | Initializes a new instance of the DetailService class |
Top
Methods
| Name | Description |
---|
 | ClearCache() | |
 | ClearCache(IEnumerable<String>) | |
 | ClearCache(String) | |
 | Delete(String) | |
 | Delete(IEnumerable<Product>) | |
 | Delete(String, String, String, String) | Obsolete. |
 | GetAllValues | |
 | GetDefaultDetail(Product) | |
 | GetDefaultDetail(String, String, String) | |
 | GetDetail(String) | |
 | GetDetail(String, String, String) | Obsolete. |
 | GetDetails() | |
 | GetDetails(Product) | |
 | GetDetails(Product, String) | |
 | GetDetails(Product, String, Boolean) | |
 | GetDetails(String, String, String, String) | |
 | Save(Detail, Product) | |
 | Save(Detail, String, String) | |
 | SetDetailsGroup(Detail, Nullable<Int32>) | |
 | SetDetailsGroup(Product, String, Nullable<Int32>) | |
 | UpdateDefaultDetailForProduct | |
Top
See Also