Table of Contents

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

languageId string

The ID of the language used to resolve localised values.

currencyCode string

The ISO 4217 currency code (e.g. "EUR").

countryCode string

The ISO 3166-1 alpha-2 country code (e.g. "DE").

shopId string

The ID of the shop providing the pricing context.

userId int

The ID of the current user.

See Also

To top