Class FacetOptionViewModelSettings
- Namespace
- Dynamicweb.Ecommerce
- Assembly
- Dynamicweb.Ecommerce.dll
public class FacetOptionViewModelSettings : ViewSettingsBaseCurrencyBase<FacetOptionViewModel>
- Inheritance
-
FacetOptionViewModelSettings
- Inherited Members
Constructors
FacetOptionViewModelSettings()
Empty constructor for webapi
public FacetOptionViewModelSettings()
FacetOptionViewModelSettings(string, string, string, string, int)
Creates a configuration for constructing facetviewmodels.
public FacetOptionViewModelSettings(string languageId, string currencyCode, string countryCode, string shopId, int userId)
Parameters
languageIdstring- Id of language
currencyCodestring- CurrencyCode
countryCodestring- Country code2
shopIdstring- Shop ID.
userIdint- User id
Methods
EnsureFilledPropertiesExist()
If filled properties are empty, this method will add ALL valid property names.
public override void EnsureFilledPropertiesExist()