Table of Contents

Class GroupInfoViewModelSettings

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

Constructors

GroupInfoViewModelSettings()

Empty constructor for webapi

public GroupInfoViewModelSettings()

GroupInfoViewModelSettings(string, string, string, string, int)

Creates a configuration for constructing group info viewmodels.

public GroupInfoViewModelSettings(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
userId int

User id

To top