 | 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(IEnumerableString) | |
 | ClearCache(String) | |
 | Delete(String) | |
 | Delete(IEnumerableProduct) | |
 | 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, NullableInt32) | |
 | SetDetailsGroup(Product, String, NullableInt32) | |
 | UpdateDefaultDetailForProduct | |
Top
See Also