Table of Contents

Class SavedCardListViewModelSettings

Namespace
Dynamicweb.Ecommerce.Frontend.SavedCards
Assembly
Dynamicweb.Ecommerce.dll
public class SavedCardListViewModelSettings : ViewSettingsBase<SavedCardListViewModel>
Inheritance
SavedCardListViewModelSettings
Inherited Members

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.

public int PageCount { get; set; }

Property Value

int

PageSize

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

public int PageSize { get; set; }

Property Value

int

TotalSavedCardsCount

Gets or sets the total saved cards count in the list.

public int TotalSavedCardsCount { get; set; }

Property Value

int
To top