Class FacetOptionViewModelSettings
- Namespace
- Dynamicweb.Ecommerce
- Assembly
- Dynamicweb.Ecommerce.dll
Represents the settings for the FacetOptionViewModel.
public class FacetOptionViewModelSettings : ViewSettingsBaseCurrencyBase<FacetOptionViewModel>
- Inheritance
-
FacetOptionViewModelSettings
- Inherited Members
Constructors
FacetOptionViewModelSettings()
Empty constructor for web API.
public FacetOptionViewModelSettings()
FacetOptionViewModelSettings(string, string, string, string, int)
Creates a configuration for constructing facet view models.
public FacetOptionViewModelSettings(string languageId, string currencyCode, string countryCode, string shopId, int userId)
Parameters
languageIdstringThe ID of the language.
currencyCodestringThe currency code.
countryCodestringThe country code.
shopIdstringThe shop ID.
userIdintThe user ID.
Methods
EnsureFilledPropertiesExist()
If filled properties are empty, this method will add ALL valid property names.
public override void EnsureFilledPropertiesExist()