Table of Contents

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, 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

languageId string
currencyCode string
countryCode string
shopId string
userId int
showPricesWithVat bool
time DateTime?
stockLocationId long

Properties

ProductListSettings

public ProductListViewModelSettings ProductListSettings { get; set; }

Property Value

ProductListViewModelSettings

Methods

EnsureFilledPropertiesExist()

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

public override void EnsureFilledPropertiesExist()
To top