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)
Creates a configuration for constructing price viewmodels.
[Obsolete("Use other constructor", true)]
public FavoriteListViewModelSettings(string languageId, string currencyCode, string countryCode, string shopId, int userId, bool showPricesWithVat)
Parameters
languageIdstring- Id of language
currencyCodestring- CurrencyCode
countryCodestring- Country code2
shopIdstring- Shop id
userIdint- User id
showPricesWithVatbool
FavoriteListViewModelSettings(string, string, string, string, int, bool, DateTime?)
Creates a configuration for constructing price viewmodels.
[Obsolete("Use other constructor", true)]
public FavoriteListViewModelSettings(string languageId, string currencyCode, string countryCode, string shopId, int userId, bool showPricesWithVat, DateTime? time)
Parameters
languageIdstringcurrencyCodestringcountryCodestringshopIdstringuserIdintshowPricesWithVatbooltimeDateTime?
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
languageIdstringcurrencyCodestringcountryCodestringshopIdstringuserIdintshowPricesWithVatbooltimeDateTime?stockLocationIdlong
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()