Class GroupInfoViewModelSettings
- Namespace
- Dynamicweb.Ecommerce.ProductCatalog
- Assembly
- Dynamicweb.Ecommerce.dll
Controls which properties are populated on a GroupInfoViewModel when it is built by the view model builder.
public class GroupInfoViewModelSettings : ViewSettingsBaseCurrencyBase<GroupInfoViewModel>
- Inheritance
-
GroupInfoViewModelSettings
- Inherited Members
Constructors
GroupInfoViewModelSettings()
Initializes a new instance of GroupInfoViewModelSettings with default settings. Used by the Web API infrastructure when deserializing settings from a request.
public GroupInfoViewModelSettings()
GroupInfoViewModelSettings(string, string, string, string, int)
Initializes a new instance of GroupInfoViewModelSettings with currency and shop context.
public GroupInfoViewModelSettings(string languageId, string currencyCode, string countryCode, string shopId, int userId)
Parameters
languageIdstringThe ID of the language used to resolve localised values.
currencyCodestringThe ISO 4217 currency code (e.g.
"EUR").countryCodestringThe ISO 3166-1 alpha-2 country code (e.g.
"DE").shopIdstringThe ID of the shop providing the pricing context.
userIdintThe ID of the current user.