Class SearchContactModel
Inheritance
System.Object
SearchContactModel
Assembly: EPiServer.Commerce.UI.Admin.dll
Version: 14.26.0
public class SearchContactModel : Object
Constructors
Declaration
public SearchContactModel()
Properties
Declaration
public FilterExpressionNodeCollection FilterCollection { get; set; }
Property Value
Declaration
public string Keyword { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int RecordsToRetrieve { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public List<string> SearchFields { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
Declaration
public string SortField { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public SortingElementType SortType { get; set; }
Property Value
Declaration
public int StartIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int ViewId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|