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
languageIdstring- Id of language
currencyCodestring- CurrencyCode
countryCodestring- Country code2
shopIdstring- Shop id
userIdint- User id
PriceViewModelSettings(string, string, string, string, int, bool)
Creates a configuration for constructing price viewmodels.
[Obsolete("Use other constructor", true)]
public PriceViewModelSettings(string languageId, string currencyCode, string countryCode, string shopId, int userId, bool pricesWithVat)
Parameters
languageIdstring- Id of language
currencyCodestring- CurrencyCode
countryCodestring- Country code2
shopIdstring- Shop id
userIdint- User id
pricesWithVatbool
PriceViewModelSettings(string, string, string, string, int, bool, DateTime?)
Creates a configuration for constructing price viewmodels.
[Obsolete("Use other constructor", true)]
public PriceViewModelSettings(string languageId, string currencyCode, string countryCode, string shopId, int userId, bool pricesWithVat, DateTime? time)
Parameters
languageIdstringcurrencyCodestringcountryCodestringshopIdstringuserIdintpricesWithVatbooltimeDateTime?
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)