Class BusinessFoundationDataListViewModel
Inheritance
System.Object
BusinessFoundationDataListViewModel
Assembly: EPiServer.Commerce.UI.Admin.dll
Version: 14.26.0
Syntax
public class BusinessFoundationDataListViewModel : Object
Constructors
BusinessFoundationDataListViewModel()
Declaration
public BusinessFoundationDataListViewModel()
Properties
Data
Declaration
public IEnumerable<BusinessFoundationDataDetailViewModel> Data { get; set; }
Property Value
TotalPages
Declaration
public double TotalPages { get; set; }
Property Value
Type |
Description |
System.Double |
|
TotalRecords
Declaration
public double TotalRecords { get; set; }
Property Value
Type |
Description |
System.Double |
|