Table of Contents

Class FavoriteProductListViewModelSettings

Namespace
Dynamicweb.Ecommerce.Frontend
Assembly
Dynamicweb.Ecommerce.dll
public class FavoriteProductListViewModelSettings : ViewSettingsBaseCurrencyBase<FavoriteProductListViewModel>
Inheritance
FavoriteProductListViewModelSettings
Inherited Members

Constructors

FavoriteProductListViewModelSettings()

Empty constructor for webapi

public FavoriteProductListViewModelSettings()

Properties

CurrentPage

Gets or sets the current page number.

public int CurrentPage { get; set; }

Property Value

int

PageCount

Gets or sets the count of pages. If this value is greater than 0, the view model result will be paginated, otherwise, plain list.

public int PageCount { get; set; }

Property Value

int

PageSize

Gets or sets the items count per page.

public int PageSize { get; set; }

Property Value

int

TotalFavoriteProductsCount

Gets or sets the total number of favorite lists in the list.

public int TotalFavoriteProductsCount { get; set; }

Property Value

int
To top