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)
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
languageId
string- Id of language
currencyCode
string- CurrencyCode
countryCode
string- Country code2
shopId
string- Shop id
userId
int- User id
pricesWithVat
bool
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
languageId
stringcurrencyCode
stringcountryCode
stringshopId
stringuserId
intpricesWithVat
booltime
DateTime?
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)