Class FavoriteListViewModelSettings
- Namespace
- Dynamicweb.Ecommerce.Frontend
- Assembly
- Dynamicweb.Ecommerce.dll
public class FavoriteListViewModelSettings : ViewSettingsBaseCurrencyBase<FavoriteListViewModel>
- Inheritance
-
FavoriteListViewModelSettings
- Inherited Members
Constructors
FavoriteListViewModelSettings()
Empty constructor for webapi
public FavoriteListViewModelSettings()
FavoriteListViewModelSettings(string, string, string, string, int, bool, DateTime?, long)
Creates a configuration for constructing price viewmodels.
public FavoriteListViewModelSettings(string languageId, string currencyCode, string countryCode, string shopId, int userId, bool showPricesWithVat, DateTime? time, long stockLocationId)
Parameters
languageId
stringcurrencyCode
stringcountryCode
stringshopId
stringuserId
intshowPricesWithVat
booltime
DateTime?stockLocationId
long
Properties
ProductListSettings
public ProductListViewModelSettings ProductListSettings { get; set; }
Property Value
Methods
EnsureFilledPropertiesExist()
If filled properties are empty, this method will add ALL valid property names.
public override void EnsureFilledPropertiesExist()