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)

Creates a configuration for constructing price viewmodels.
[Obsolete("Use other constructor", true)]
public FavoriteListViewModelSettings(string languageId, string currencyCode, string countryCode, string shopId, int userId, bool showPricesWithVat)

Parameters

languageId string
Id of language
currencyCode string
CurrencyCode
countryCode string
Country code2
shopId string
Shop id
userId int
User id
showPricesWithVat bool

FavoriteListViewModelSettings(string, string, string, string, int, bool, DateTime?)

Creates a configuration for constructing price viewmodels.
[Obsolete("Use other constructor", true)]
public FavoriteListViewModelSettings(string languageId, string currencyCode, string countryCode, string shopId, int userId, bool showPricesWithVat, DateTime? time)

Parameters

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

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