Table of Contents

Class PriceViewModelSettings

Namespace
Dynamicweb.Ecommerce.ProductCatalog
Assembly
Dynamicweb.Ecommerce.dll
public class PriceViewModelSettings : ViewSettingsBaseCurrencyBase<PriceViewModel>
Inheritance
PriceViewModelSettings
Inherited Members

Constructors

PriceViewModelSettings()

Empty constructor for webapi

public PriceViewModelSettings()

PriceViewModelSettings(string, string, string, string, int)

Creates a configuration for constructing price viewmodels.

public PriceViewModelSettings(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

PriceViewModelSettings(string, string, string, string, int, bool, DateTime?, long)

Creates a configuration for constructing price viewmodels.

public PriceViewModelSettings(string languageId, string currencyCode, string countryCode, string shopId, int userId, bool pricesWithVat, DateTime? time, long stockLocationId)

Parameters

languageId string
currencyCode string
countryCode string
shopId string
userId int
pricesWithVat bool
time DateTime?
stockLocationId long
To top