Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class BusinessFoundationDataListViewModel

Inheritance
System.Object
BusinessFoundationDataListViewModel
Namespace: EPiServer.Commerce.UI.Admin.BusinessFoundation.Internal.DataManagement.ViewModels
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
Type Description
System.Collections.Generic.IEnumerable<BusinessFoundationDataDetailViewModel>

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