Class SearchBusinessFoundationDataModel
Inheritance
System.Object
SearchBusinessFoundationDataModel
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