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 SearchBusinessFoundationDataModel

Inheritance
System.Object
SearchBusinessFoundationDataModel
Namespace: EPiServer.Commerce.UI.Admin.BusinessFoundation.Internal.DataManagement.Models
Assembly: EPiServer.Commerce.UI.Admin.dll
Version: 14.26.0
Syntax
public class SearchBusinessFoundationDataModel : Object

Constructors

SearchBusinessFoundationDataModel()

Declaration
public SearchBusinessFoundationDataModel()

Properties

ClassName

Declaration
public string ClassName { get; set; }
Property Value
Type Description
System.String

Keyword

Declaration
public string Keyword { get; set; }
Property Value
Type Description
System.String

PageIndex

Declaration
public int PageIndex { get; set; }
Property Value
Type Description
System.Int32

PageSize

Declaration
public int PageSize { get; set; }
Property Value
Type Description
System.Int32

SortField

Declaration
public string SortField { get; set; }
Property Value
Type Description
System.String

SortType

Declaration
public SortingElementType SortType { get; set; }
Property Value
Type Description
SortingElementType