Table of Contents

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

languageId string

Id of language

currencyCode string

CurrencyCode

countryCode string

Country code2

shopId string

Shop ID.

userId int

User id

Methods

EnsureFilledPropertiesExist()

If filled properties are empty, this method will add ALL valid property names.

public override void EnsureFilledPropertiesExist()
To top