Class FieldValueConversionGroupService
- Namespace
- Dynamicweb.Ecommerce.Products.Field
Value Conversions
- Assembly
- Dynamicweb.Ecommerce.dll
The service provides methods for fetching, adding, updating and removing field value conversion group data.
public sealed class FieldValueConversionGroupService : ICacheStorage<int, FieldValueConversionGroup>, ICacheStorage<int>, ICacheStorage
- Inheritance
-
Field
Value Conversion Group Service
- Implements
- Inherited Members
Constructors
FieldValueConversionGroupService()
Methods
ClearCache()
Resets all keys to the default value for objects stored in the object cache
ClearCache(IEnumerable<int>)
Resets the specified keys to the default value for objects stored in the object cache
Parameters
keys
IEnumerable<int>Keys to reset
ClearCache(int)
Resets the specified key to the default value for objects stored in the object cache
Parameters
key
intKey to reset
Delete(int)
Delete the field value conversion group.
Parameters
fieldValueConversionGroupId
intThe field value conversion group id
GetAll()
Gets all field value conversion groups.
Returns
GetById(int)
Gets the field value conversion group by id.
Parameters
fieldValueConversionGroupId
intThe field value conversion group id
Returns
GetBySystemName(string)
Gets the field value conversion group by system name.
Parameters
systemName
stringThe field value conversion group system name
Returns
Save(FieldValueConversionGroup)
Saves the field value conversion group.
Parameters
fieldValueConversionGroup
FieldValue Conversion Group The value conversion group