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 SearchContactModel

Inheritance
System.Object
SearchContactModel
Namespace: EPiServer.Commerce.UI.Admin.Customers.Internal
Assembly: EPiServer.Commerce.UI.Admin.dll
Version: 14.26.0
Syntax
public class SearchContactModel : Object

Constructors

SearchContactModel()

Declaration
public SearchContactModel()

Properties

FilterCollection

Declaration
public FilterExpressionNodeCollection FilterCollection { get; set; }
Property Value
Type Description
FilterExpressionNodeCollection

Keyword

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

RecordsToRetrieve

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

SearchFields

Declaration
public List<string> SearchFields { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>

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

StartIndex

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

ViewId

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