Table of Contents

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

languageId string

The ID of the language.

currencyCode string

The currency code.

countryCode string

The country code.

shopId string

The shop ID.

userId int

The user ID.

Methods

EnsureFilledPropertiesExist()

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

public override void EnsureFilledPropertiesExist()
To top